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/auth/register \ -H "Content-Type: application/json" \ -d '{ "email": "dev@acme-corp.com", "password": "password123", "display_name": "Carlos Dev" }'
{ "access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...", "token_type": "bearer", "user_id": "abc-123-def", "email": "dev@acme-corp.com", "display_name": "Carlos Dev" }
Crear una nueva cuenta de usuario. Automáticamente crea una organización personal.