GET /api/projects/{projectId}/agents
Authorization: Bearer …GET /api/users/me/agents
Authorization: Bearer …Exact shapes are in OpenAPI (OPENAPI.md).
Use agents.run, agents.list, agents.get via your MCP client (POST /mcp / agentstack.execute). Required caps are listed per row in MCP_CAPABILITY_MATRIX.md.
{
"tool": "agentstack.execute",
"arguments": {
"action": "agents.run",
"payload": { "agent_uuid": "…", "input": {} }
}
}(Exact envelope matches your SDK version — prefer @agentstack/sdk typed helpers when available.)