# What ARIA can do with a key?

<h2 align="center"><sub>This page means</sub></h2>

| This page is                                  | This page is not                                                  |
| --------------------------------------------- | ----------------------------------------------------------------- |
| <sub>A capability map in plain language</sub> | <sub>The exact OAuth scope string for every vendor revision</sub> |

{% stepper %}
{% step %} <sub>**Research**</sub>

<sub>**Serper**</sub> <sub></sub><sub>and</sub> <sub></sub><sub>**Firecrawl**</sub> <sub></sub><sub>support search and crawl flows used from the product’s server side.</sub> \ <sub>Think: evidence gathering, not “run arbitrary code on the internet.”</sub>
{% endstep %}

{% step %} <sub>**Build & Hosting**</sub>

<sub>**GitHub**</sub> <sub></sub><sub>can create and manipulate repositories and content your token allows.</sub>

<sub>**Vercel**</sub> <sub></sub><sub>and</sub> <sub></sub><sub>**Neon**</sub> <sub></sub><sub>tie to deploy and database stories when your build pipeline is wired.</sub>

<sub>**Stripe**</sub> <sub></sub><sub>touches payments configuration; live versus test boundaries matter</sub>
{% endstep %}

{% step %} <sub>**Communication**</sub>

<sub>**Telegram**</sub> <sub></sub><sub>&</sub> <sub></sub><sub>**Resend**</sub> <sub></sub><sub>can send outbound messages when you run</sub> <sub></sub><sub>**Test**</sub> <sub></sub><sub>or when product flows use them.</sub> \ <sub>A Test proves delivery mechanics, not your whole GTM strategy.</sub>
{% endstep %}

{% step %} <sub>**Workspace & Models**</sub>

<sub>**Notion**</sub> <sub></sub><sub>reads and writes within the page access you grant the integration.</sub>

<sub>**Claude**</sub> <sub></sub><sub>calls model APIs you fund on your Anthropic account.</sub>
{% endstep %}

{% step %} <sub>**Sandbox**</sub>

<sub>**E2B**</sub> <sub></sub><sub>supplies isolated compute for flows that expect a safe room, paired with your other build keys as the product defines.</sub>
{% endstep %}
{% endstepper %}

***

<h2 align="center"><sub>Ask a question</sub></h2>

<p align="center"><sub><strong>Which one key, if over-scoped, would let a mistake become a public repo or a paid charge?</strong></sub> <br><sub>Tighten that token at the vendor first.</sub></p>


---

# 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.ariaagi.com/security-and-privacy/what-aria-can-do-with-a-key.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.
