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

# Services

> Every API Gomry Cloud sells, with what each one does and what each operation costs per unit.

Each service is enabled per project, carries its own scopes, and prices each of its operations separately. Rates are per unit and billed monthly in arrears.

<h2 id="catalog">
  Every API we sell
</h2>

* **Scrape** — Fetch a page and extract structured data from it against a JSON schema. Endpoints: `/v1/scrape, /v1/fetch`. [Reference](/services/scrape).
* **ToolsAPI** — Find a tool that can do a task and run it — 1,700+ across 55+ vendors, on your Gomry key. Endpoints: `/v1/toolsapi/run, /v1/toolsapi/discover, /v1/toolsapi/inspect, /v1/toolsapi/runs/{runId}`. [Reference](/services/toolsapi).
* **Superagent** — Give it a research question and a JSON schema. It plans, searches, reads, notices what is missing, searches again — and cites every field. Endpoints: `/v1/superagent, /v1/superagent/{taskId}, /v1/superagent/{taskId}`. [Reference](/services/tasks).
* **Ember** — One model call, priced per token, at three grades — with the routing, compression and caching that make the cheap grade cheap. Endpoints: `/v1/inference`. [Reference](/services/inference).

<h2 id="rates">
  What each one costs
</h2>

| Service    | Unit                        | Price                    |
| ---------- | --------------------------- | ------------------------ |
| Scrape     | per page                    | \$0.02                   |
| Scrape     | per fetch                   | 0.5¢                     |
| ToolsAPI   | per µ\$ of tool cost        | 0.0003¢ (\$3.00 per 1M)  |
| ToolsAPI   | per lookup                  | 0.2¢                     |
| Superagent | per task                    | \$0.15                   |
| Superagent | per source                  | \$0.02                   |
| Superagent | per round                   | \$0.05                   |
| Ember      | per input token (cheap)     | 0.00011¢ (\$1.10 per 1M) |
| Ember      | per output token (cheap)    | 0.0009¢ (\$9.00 per 1M)  |
| Ember      | per input token (balanced)  | 0.00055¢ (\$5.50 per 1M) |
| Ember      | per output token (balanced) | 0.0028¢ (\$28.00 per 1M) |
| Ember      | per input token (strong)    | 0.00055¢ (\$5.50 per 1M) |
| Ember      | per output token (strong)   | 0.0028¢ (\$28.00 per 1M) |

Only work that produced a result is billed: a validation error, an auth failure, a rate limit, a timeout or an upstream failure costs nothing. The full price list and how invoicing works are at [Pricing](/pricing); the mechanics of metering, budgets and payment failures are at [Billing](/billing).
