API Reference

Complete API documentation for NextCode

Authentication

All API requests require authentication using an API key.

Authorization: Bearer YOUR_API_KEY

Endpoints

GET /api/projects

Retrieve all projects for the authenticated user.

POST /api/projects

Create a new project.

GET /api/agents

List all available AI agents.

POST /api/agents/run

Execute an AI agent on your code.

Built with v0