API reference
API reference
Auth headers
Quick examples
Generate an API key
curl -sS -X POST "https://app.otonix.tech/api/keys/generate" \
-H "Content-Type: application/json" \
-d '{"name":"My Agent Key"}'Register an agent
curl -sS -X POST "https://app.otonix.tech/api/agents/register" \
-H "Content-Type: application/json" \
-H "X-API-Key: otonix_xxxxxxxxx..." \
-d '{"name":"Alpha-Prime","model":"claude-opus-4-6","vpsIp":"185.150.0.42"}'Read x402 config
Complete endpoint list
Endpoint
Method
Auth
Description
Notes on x402 auth
Last updated