Connect Projexlight to your existing tools and workflows. Our REST API gives you full programmatic access to manage projects, run tests, and automate your development pipeline.
Our API is organized into logical modules. Each module provides endpoints for specific functionality.
Full CRUD operations for projects, epics, features, tasks, and sprints. Manage your entire development workflow programmatically.
Example Endpoints
GET/POST /api/tenant/projectsGET/PUT/DELETE /api/tenant/projects/:idGET/POST /api/tenant/projects/:id/epics+3 more endpointsLeverage multiple LLM providers to generate PRDs, user stories, test scenarios, and code. Supports OpenAI, Claude, Gemini, and DeepSeek.
Example Endpoints
POST /api/tenant/ai/generate-prdPOST /api/tenant/ai/generate-epicsPOST /api/tenant/ai/generate-scenarios+2 more endpointsExecute automated tests, manage test suites, and retrieve test results. Supports Playwright, API testing, and BDD scenarios.
Example Endpoints
GET/POST /api/tenant/test-suitesPOST /api/tenant/test-suites/:id/executeGET /api/tenant/test-runs+2 more endpointsTrack, triage, and manage defects with AI-powered root cause analysis and automatic severity classification.
Example Endpoints
GET/POST /api/tenant/defectsPUT /api/tenant/defects/:idPOST /api/tenant/defects/:id/analyze+1 more endpointsAll API requests require authentication. We support multiple authentication methods to fit your use case.
Generate API keys from your dashboard for server-to-server communication.
curl -X GET "https://api.projexlight.com/api/tenant/projects" \
-H "Authorization: Bearer YOUR_API_KEY"Use OAuth for user-context API calls with proper scopes and permissions.
// Token endpoint
POST /api/auth/token
Content-Type: application/json
{
"grant_type": "client_credentials",
"client_id": "YOUR_CLIENT_ID",
"client_secret": "YOUR_CLIENT_SECRET"
}Connect Projexlight with the tools you already use to streamline your workflow.
Sync repositories, manage pull requests, and trigger CI/CD pipelines directly from Projexlight.
AvailableImport designs and automatically generate UI components and test scenarios from your Figma files.
AvailableDeploy your applications to any major cloud provider with auto-generated infrastructure templates.
AvailableGet notifications for test results, deployments, and team activity in your preferred chat platform.
Coming SoonWe work with enterprise customers to build custom integrations for specific tools and workflows. Whether you need to connect to your existing CI/CD pipeline, internal tools, or third-party services, our team can help.
Contact Us