| name | backend-api-docs |
| description | Points to where backend API endpoints are documented. Use when looking up backend API routes, endpoints, or when integrating with the primary OpenCloning backend (localhost:8000). |
Backend API Documentation
Documentation Location
The backend API endpoints are documented at:
http://localhost:8000/openapi.json
This is the primary OpenCloning backend API. Use it when you need to:
- Look up request/response schemas
- Find available endpoints and HTTP methods
- Understand authentication or parameter requirements
The server must be running locally for this URL to be accessible.