cURL
curl --request GET \ --url https://www.citedy.com/api/agent/me \ --header 'Authorization: Bearer <token>'
{ "agent_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "agent_name": "<string>", "status": "<string>", "api_key_prefix": "<string>", "total_credits_used": 123, "created_at": "2023-11-07T05:31:56Z", "tenant_balance": { "credits": 123, "status": "healthy" }, "rate_limits": {}, "connected_platforms": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "platform": "<string>", "connected": true, "account_name": "<string>" } ], "last_activity_at": "2023-11-07T05:31:56Z", "blog_url": "<string>", "referral": { "code": "<string>", "url": "<string>" }, "stats_url": "<string>" }
Documentation IndexFetch the complete documentation index at: https://www.citedy.com/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://www.citedy.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Bearer citedy_agent_* key
Agent context
Show child attributes