API DOCUMENTATION
Markee API
Build custom integrations and extend agent capabilities
API Documentation
Authentication
All API requests require authentication using an API key. Include your key in the Authorization header:
Authorization: Bearer YOUR_API_KEYBase URL
https://api.markee.ai/v1Endpoints
GET /agents
List all your deployed agents
POST /agents
Deploy a new agent
PUT /agents/:id
Update an existing agent
