Documentation Index
Fetch the complete documentation index at: https://docs.magne.chat/llms.txt
Use this file to discover all available pages before exploring further.
Error Responses
All Magne API errors follow a consistent JSON format:Status Codes
| Code | Name | Description |
|---|---|---|
400 | Bad Request | Invalid input, missing required fields, or validation failure |
401 | Unauthorized | Missing or invalid authentication token |
403 | Forbidden | Authenticated but insufficient permissions for the action |
404 | Not Found | The requested resource does not exist |
409 | Conflict | Resource already exists (e.g., duplicate username or email) |
429 | Too Many Requests | Rate limit exceeded — see Rate Limits |
500 | Internal Server Error | Unexpected server error. The response message will always be "Internal server error" regardless of the actual cause. |
Examples
400 — Validation Error
401 — Invalid Credentials
403 — Missing Permission
404 — Resource Not Found
409 — Conflict
429 — Rate Limited
Retry-After: 45