Base URL
| Mode | URL |
|---|---|
| SaaS | https://api.kombify.io/ai/v1 |
| Self-hosted | http://your-server:5270/api/v1 |
Authentication
All requests require a valid JWT token in theAuthorization header:
Endpoints
Chat
POST /api/v1/chat
Send a message and receive an AI response.
stream: true, or JSON response.
Companions
GET /api/v1/companions
List available Companions and their configuration.
PUT /api/v1/companions/:id/config
Update a Companion’s configuration.
Guard
GET /api/v1/guard/status
Get Guard’s current status, trust level, and recent activity.
POST /api/v1/guard/config
Update Guard configuration (trust level, intervals, targets).
Models
GET /api/v1/models
List available models and their status.
Usage
GET /api/v1/usage
Get token usage statistics and cost estimates.
This is a simplified reference. For the full OpenAPI specification, see the self-hosted AI portal at
/api/docs.Further reading
Configuration
All configuration options
Architecture
How the API fits into the overall system
