Error
List agents
List Pharen Hub AI agents the API key can access, including agent UUIDs needed for follow-up chat, run, and configuration requests.
GET
Error
Returns agents visible to the key creator. Use this endpoint to discover agent UUIDs before sending chat requests.
Required API key scope:
agents:read.Query parameters
Team UUID for team-scoped keys.
Response
Agent UUID.
Agent name.
Agent description.
Whether the agent is active.
Authorizations
Paste your Pharen API key without the Bearer prefix.
Query Parameters
Team UUID for team-scoped keys.
Page number for paginated results.
Required range:
x >= 1Number of results per page.
Required range:
1 <= x <= 100