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/agents
POST/v1/agents
GET/v1/agents/:id
POST/v1/agents/:id/run
GET/v1/memory-packs
POST/v1/memory-packs/:id/install
GET/v1/workflows
POST/v1/workflows/:id/trigger

Authentication

All API requests require a Bearer token in the Authorization header.

Authorization: Bearer YOUR_API_KEY