# Welcome

DeviousSolver docs. Get your key, check balance, and hit `/solve`.

If you only read one page, read the API reference.

### Jump right in

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><i class="fa-bolt">:bolt:</i></h4></td><td><strong>Quickstart</strong></td><td>Get from zero to a token.</td><td><a href="/spaces/R52NarP7xUUOAR5VIZZ4/pages/7FvWQMF0kTK7HGhlQfmo">/spaces/R52NarP7xUUOAR5VIZZ4/pages/7FvWQMF0kTK7HGhlQfmo</a></td></tr><tr><td><h4><i class="fa-book">:book:</i></h4></td><td><strong>DeviousSolver API</strong></td><td>Key balance + /solve + errors.</td><td><a href="/spaces/R52NarP7xUUOAR5VIZZ4/pages/QPzbTvC6XsT5gERiU43E">/spaces/R52NarP7xUUOAR5VIZZ4/pages/QPzbTvC6XsT5gERiU43E</a></td></tr><tr><td><h4><i class="fa-vial">:vial:</i></h4></td><td><strong>Testing the API</strong></td><td>Run real requests from your terminal or Postman.</td><td><a href="/spaces/R52NarP7xUUOAR5VIZZ4/pages/hPqmldWQR467DdaMnEUM">/spaces/R52NarP7xUUOAR5VIZZ4/pages/hPqmldWQR467DdaMnEUM</a></td></tr><tr><td><h4><i class="fa-toolbox">:toolbox:</i></h4></td><td><strong>Tools</strong></td><td>Downloadable helper scripts and starter kits.</td><td><a href="/spaces/R52NarP7xUUOAR5VIZZ4/pages/xkzYWiHptrK9QbLqlUXe">/spaces/R52NarP7xUUOAR5VIZZ4/pages/xkzYWiHptrK9QbLqlUXe</a></td></tr></tbody></table>

{% hint style="info" %}
Endpoints you’ll use most: `GET https://key.devioussolver.com/key/{api_key}` and `POST https://api.devioussolver.com/solve`.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.devioussolver.com/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
