> ## Documentation Index
> Fetch the complete documentation index at: https://docs.heyaskr.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Use with your favourite tools

> Connect Askr to Claude Code, Cursor, and other OpenAI-compatible apps.

Because Askr is OpenAI-compatible, any tool that accepts a custom base URL and
API key can use it. Set:

* **Base URL:** `https://api.heyaskr.ai`
* **API key:** your Askr key
* **Model:** any Askr model id

## Examples

<AccordionGroup>
  <Accordion title="OpenAI SDK (Python / Node)">
    Set `base_url` / `baseURL` to `https://api.heyaskr.ai` and use your Askr key.
    Everything else is standard OpenAI usage.
  </Accordion>

  <Accordion title="Cursor / IDE assistants">
    In the AI settings, choose an OpenAI-compatible provider, set the base URL
    and key, and enter an Askr model id.
  </Accordion>

  <Accordion title="Open WebUI / chat frontends">
    Add an OpenAI-compatible connection pointing at `https://api.heyaskr.ai` with
    your key. All models appear in the model picker.
  </Accordion>
</AccordionGroup>

<Note>
  One key, one balance: every tool you connect draws from the same Askr credit.
</Note>
