API Reference
Korvis AI
REST API
The Korvis AI API lets you programmatically manage agents, memory packs, workflows, and marketplace products. Base URL: https://api.korvisai.com
Endpoints
GET
/v1/agentsPOST
/v1/agentsGET
/v1/agents/:idPOST
/v1/agents/:id/runGET
/v1/memory-packsPOST
/v1/memory-packs/:id/installGET
/v1/workflowsPOST
/v1/workflows/:id/triggerAuthentication
All API requests require a Bearer token in the Authorization header.
Authorization: Bearer YOUR_API_KEY