REST API for programmatic access to all Vantyx features.
All API requests require an API key passed in the Authorization header:
Authorization: Bearer sk_live_xxxxxxxxxxxxx/v1/agentsList all AI agents in your workspace/v1/agentsCreate a new AI agent/v1/agents/{id}Retrieve a specific agent/v1/agents/{id}Update agent configuration/v1/agents/{id}Delete an agent/v1/conversationsList conversation history/v1/conversations/{id}Get conversation details/v1/knowledge/uploadUpload documents to knowledge base/v1/analytics/overviewGet dashboard metricsComplete API documentation with request/response examples, SDKs, and webhooks is available at docs.vantyx.com