Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X POST http://localhost:8000/api/v1/projects/ \ -H "Authorization: Bearer {token}" \ -H "Content-Type: application/json" \ -d '{ "name": "Mi Nuevo Proyecto", "slug": "mi-nuevo-proyecto", "description": "Un proyecto increíble", "repo_url": "https://github.com/acme/nuevo" }'
Crear un nuevo proyecto. Valida límites del plan freemium.
^[a-z0-9-]+$
400 Bad Request
{"detail": "Plan 'free' limit reached: 3 projects max. Upgrade to create more."}