Build powerful integrations with Planwright's comprehensive REST API.
curl -X POST https://api.planwright.ai/v1/agents/create \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"name": "MyAgent", "type": "code-review"}'All API requests require authentication via Bearer token. Get your API key from your dashboard settings.
Authorization: Bearer YOUR_API_KEY/api/v1/agents/createCreate a new AI agent with specified capabilities
/api/v1/agents/{id}/statusGet the current status and metrics of an agent
/api/v1/tasks/submitSubmit a new task for AI processing
/api/v1/analytics/teamRetrieve team analytics and performance metrics
/api/v1/code/reviewSubmit code for AI-powered review
/api/v1/debt/scoreGet technical debt score for your codebase
Official SDKs available for popular languages and frameworks.
Receive real-time notifications when events occur in your Planwright workspace.
Configure Webhooks