api-referencelisted
Install: claude install-skill raphaeltm/simple-agent-manager
# SAM API Endpoint Reference
Read the full reference from `.claude/skills/api-reference/SKILL.md` and provide the relevant information to the user.
The reference covers:
- Node Management (`/api/nodes/*`)
- Workspace Management (`/api/workspaces/*`)
- Project Management (`/api/projects/*`)
- Default Capacity Pools (`/api/projects/:id/capacity-pools/defaults*`, `/api/capacity-pools/defaults*`, `/api/admin/capacity-pools/defaults*`)
- Provider Catalog (`/api/providers/catalog`)
- Task Management (`/api/projects/:projectId/tasks/*`)
- MCP orchestration (`wait_for_subtasks`, `dispatch_task`, task inspection)
- MCP ProjectData event subscriptions and pull delivery (`create/list/get/cancel_project_event_subscription`, `list_subscription_events`, `get_event`, `ack_event_delivery`)
- MCP private incident backlog tools (`list_incident_queue`, `get_incident`, `claim_incident`, `resolve_incident`)
- Agent Sessions (`/api/workspaces/:id/agent-sessions/*`)
- Message-anchored chat comments (`/api/projects/:projectId/sessions/:sessionId/comments*`)
- Project-wide comment inbox (`/api/projects/:projectId/comments`)
- Agent Settings (`/api/agent-settings/*`)
- Notifications (`/api/notifications/*`)
- Automation triggers (`/api/projects/:projectId/triggers/*`, `/api/webhooks/ingest`)
- VM Communication callbacks
- Terminal Access
- Git Integration (VM Agent direct)
- File Browser (VM Agent direct)
- Voice Transcription
- Authentication (BetterAuth)
- Credentials
- GitHub Integration
- Super