Everything you need to integrate your AI agents with Vector Decisions.
Get up and running in 5 minutes. Register your first agent and send events.
Complete API documentation for all endpoints. Authentication, agents, events, decisions.
Code examples for Python, Node.js, and other languages. Webhook setup guide.
https://vectordecisions.com/api/v1All API requests require a Bearer token in the Authorization header. Get your API key from Settings > API in your dashboard.
curl -X POST https://vectordecisions.com/api/v1/events \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "X-Agent-ID: YOUR_AGENT_ID" \
-H "Content-Type: application/json" \
-d '{"eventType": "ACTION", "action": "Processed request", "category": "READ"}'