API Overview
Generate an API key in Account → API Keys, then use it with your external API base URL.
Quick Start
curl -H "Authorization: Bearer <api-key>" \
"https://api.uragents.ai/v1/agents"This returns the agents available to that API key. For anything beyond the first request, use the reference pages below.
Reference
- Create Agent API — Create a new scheduled agent, with full schedule configuration
- Management API — List, update, pause, and delete agents
- Execution API — Trigger runs and poll execution events