v1
latestOpenAPI 3.1.02026-07-2210284274.4 KBMember Agents
List my registered agents
List the agents registered on the caller's organization member profile. Returns the same agents[] array stored on the profile, in the order members registered them.
get/api/me/agents
Query parameters
orgstring
WorkOS organization id to act on. Defaults to the caller's primary organization. Use this from a multi-org session (or when shelling with a user JWT) to target a non-primary org. Verification goes through WorkOS membership lookup; non-members get 403.
Example:org_01HXZAB123
WorkOS organization id to act on. Defaults to the caller's primary organization. Use this from a multi-org session (or when shelling with a user JWT) to target a non-primary org. Verification goes through WorkOS membership lookup; non-members get 403.
Response
Registered agents
Example response
{
"agents": [
{
"url": "https://agent.example.com/mcp"
}
]
}