Authenticate with a bearer token and run agents, stream results, inspect traces, and manage tools over plain HTTPS. Official SDKs wrap every endpoint.
Every request needs an Authorization header. Create keys in the dashboard and scope them per environment.
$ curl https://api.agentarc.dev/v1/runs \
-H "Authorization: Bearer $AGENTARC_KEY" \
-d '{
"agent": "triage-bot",
"input": { "ticket": "Where is my order?" }
}'
→ 200 OK
{ "id": "run_8f2a", "status": "completed" }
Grab a key and make your first call in minutes — SDKs for TypeScript and Python included.