List Accessible Agents
Lists runnable agents the authenticated user can access across all projects visible through RAM. page_info.next is present only when matching agent results remain, never merely because additional projects exist. Use /agent-templates for the public template catalog.
Authorizations
Use a JWT bearer token or a Veryfront API key in the Authorization header.
Query Parameters
Opaque cursor returned from page_info.next or page_info.prev.
Maximum number of agents to return, from 1 to 100.
1 <= x <= 100Case-insensitive search across agent names, agent IDs, and project names. Supported only with sort=+project_name, access=all, no kind or runtime_status filter, and a cursor from a search-compatible page; other combinations return 400 rather than silently searching a narrower candidate set.
1 - 200Optional project slug or ID to narrow the account-wide collection.
1 - 200Access source filter. shared is reserved for direct shared-agent grants and currently returns an empty set.
all, project, shared Filter by project-agent kind.
source_project_agent, installed_project_agent Filter by runtime readiness status.
ready, offline, not_applicable, unknown Sort order. Supported values: +name, -name, +project_name, -project_name, +updated_at, -updated_at.
+name, -name, +project_name, -project_name, +updated_at, -updated_at