API Reference

REST API for programmatic access to all Vantyx features.

Authentication

All API requests require an API key passed in the Authorization header:

Authorization: Bearer sk_live_xxxxxxxxxxxxx

Endpoints

GET/v1/agentsList all AI agents in your workspace
POST/v1/agentsCreate a new AI agent
GET/v1/agents/{id}Retrieve a specific agent
PUT/v1/agents/{id}Update agent configuration
DELETE/v1/agents/{id}Delete an agent
GET/v1/conversationsList conversation history
GET/v1/conversations/{id}Get conversation details
POST/v1/knowledge/uploadUpload documents to knowledge base
GET/v1/analytics/overviewGet dashboard metrics

Full Documentation

Complete API documentation with request/response examples, SDKs, and webhooks is available at docs.vantyx.com