cURL
curl --request GET \ --url https://api.ziet.ai/v1/agents \ --header 'Authorization: <api-key>'
{ "data": [ { "id": "<string>", "name": "<string>", "description": "<string>", "instructions": "<string>", "model": "<string>", "max_tokens": 123, "input": {}, "actions": [ "<string>" ], "strategies": [ { "type": "wait", "config": { "memory": [ "<string>" ], "actions": [ "<string>" ], "sleep": 10 } } ], "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ], "pagination": { "total": 123, "limit": 123, "offset": 123, "has_more": true } }
Get all agents from your deployed code. Agents are @Agent decorated classes that orchestrate actions to accomplish complex goals.
Format: 'Api-Key sk_live_YOUR_KEY'
1 <= x <= 100
x >= 0
List of agents
Show child attributes