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.
API Reference
Create and manage high-level objectives
curl -X POST http://localhost:8000/goals \ -H "Content-Type: application/json" \ -d '{ "title": "User Authentication", "description": "Add JWT-based auth with login/logout endpoints" }'
{ "id": "uuid-here", "title": "User Authentication", "description": "Add JWT-based auth with login/logout endpoints", "status": "active", "created_at": "2025-01-01T00:00:00Z" }
curl http://localhost:8000/goals
curl http://localhost:8000/goals/{id}
curl -X POST http://localhost:8000/goals/{id}/generate-tickets