Access your API keys and usage dashboard.
No API keys yet.
Your API is agent-friendly. AI assistants can register and get keys programmatically:
curl -X POST https://drmadmeow.up.railway.app/v1/auth/api-key \
-H "Content-Type: application/json" \
-d '{"email":"agent@example.com","password":"••••••"}'
Returns: {"api_key": "cs_...", "token": "...", "plan": "free"}
curl -H "Authorization: Bearer YOUR_JWT" \
https://drmadmeow.up.railway.app/v1/me