> For the complete documentation index, see [llms.txt](https://docs.sfox.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sfox.com/errors/error-codes.md).

# Error Codes

## HTTP Status Codes

The sFOX API communicates error codes through HTTP status codes. The following are the error codes currently in use:

<table><thead><tr><th width="114" align="center">Code</th><th>Description</th></tr></thead><tbody><tr><td align="center"><strong><code>400</code></strong></td><td><strong>Bad Request</strong> — Your request was malformed in some way</td></tr><tr><td align="center"><strong><code>401</code></strong></td><td><strong>Unauthorized</strong> - Your API key is wrong</td></tr><tr><td align="center"><strong><code>403</code></strong></td><td><strong>Forbidden</strong> — The API key is not authorized for this endpoint</td></tr><tr><td align="center"><strong><code>404</code></strong></td><td><strong>Not Found</strong> — The specified endpoint could not be found</td></tr><tr><td align="center"><strong><code>405</code></strong></td><td><strong>Method Not Allowed</strong> — You tried to access a endpoint with an invalid method</td></tr><tr><td align="center"><strong><code>406</code></strong></td><td><strong>Not Acceptable</strong> — You requested a format that isn’t json</td></tr><tr><td align="center"><strong><code>422</code></strong></td><td><strong>Unprocessable Entity</strong> - Your request contained invalid input</td></tr><tr><td align="center"><strong><code>429</code></strong></td><td><strong>Too Many Requests</strong> — You have exceeded your request limit</td></tr><tr><td align="center"><strong><code>500</code></strong></td><td><strong>Internal Server Error</strong> — We had a problem with our server. Try again later.</td></tr><tr><td align="center"><strong><code>503</code></strong></td><td><strong>Service Unavailable</strong> — We’re temporarily offline for maintanance. Please try again later.</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.sfox.com/errors/error-codes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
