API & Integrations

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.

Available API Modules

Our API is organized into logical modules. Each module provides endpoints for specific functionality.

Project Management API

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 endpoints

AI Generation API

Leverage 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 endpoints

Testing API

Execute 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 endpoints

Defect Management API

Track, 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 endpoints

Authentication

All API requests require authentication. We support multiple authentication methods to fit your use case.

API Key Authentication

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"

OAuth 2.0

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"
}

Third-Party Integrations

Connect Projexlight with the tools you already use to streamline your workflow.

GitHub

Sync repositories, manage pull requests, and trigger CI/CD pipelines directly from Projexlight.

Available

Figma

Import designs and automatically generate UI components and test scenarios from your Figma files.

Available

AWS / Azure / GCP

Deploy your applications to any major cloud provider with auto-generated infrastructure templates.

Available

Slack / Discord

Get notifications for test results, deployments, and team activity in your preferred chat platform.

Coming Soon

Need a Custom Integration?

We 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