api
API Reference
CodeAI provides a powerful API for programmatic access to our platform features.
Authentication
All API requests require an API key. You can generate one in your Settings page.
Authorization: Bearer YOUR_API_KEY
Base URL
https://api.codeai.fit/v1
Endpoints
Projects
List Projects
GET /projects
Create Project
POST /projects
Deployments
Trigger Deployment
POST /projects/:id/deployments