cURL
curl --request GET \ --url https://staging.crossmint.com/api/unstable/agents \ --header 'X-API-KEY: <x-api-key>'
{ "agentId": "9b3a1c20-1f2c-4f78-9f4d-6c5b8a3a8a01", "metadata": { "name": "My Shopping Agent", "imageUrl": "https://example.com/agent.png", "description": "Buys groceries on my behalf" } }
List all agents for the authenticated user.
API scope required: agents.read
agents.read
API key required for authentication
Returns the list of agents
Show child attributes
{ "agentId": "9b3a1c20-1f2c-4f78-9f4d-6c5b8a3a8a01", "metadata": { "name": "My Shopping Agent", "imageUrl": "https://example.com/agent.png", "description": "Buys groceries on my behalf" }}
Was this page helpful?