curl -X POST "https://api.agenticpencil.com/v1/auth/register" \ -H "Content-Type: application/json" \ -d '{ "email": "you@example.com", "name": "My App" }'
{ "success": true, "data": { "api_key": "ap_abc123...", "key_prefix": "ap_abc1", "plan": "free", "credits": 50, "rate_limit": "10 requests/minute", "warning": "⚠️ Save this key — it cannot be retrieved again." } }
Register for an API key