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

# Tool Availability

> Current status of all ASG Agent Cloud tools

# Tool Availability

Real-time tool status from the production gateway. Use `get_status` or the capabilities endpoint to verify at any time.

<Tip>
  **Two free tools** — `get_status` and `echo` — require no payment. Use them to test authentication and connectivity before depositing funds.
</Tip>

## Active Tools

These tools are live in production and callable via the API:

| Tool                   | Description                                     | Billable | Status      |
| :--------------------- | :---------------------------------------------- | :------- | :---------- |
| `inference_chat`       | AI completions with 100+ models                 | ✅ Yes    | ✅ Available |
| `optify_vram_estimate` | Estimate VRAM requirements for GPU pods         | ✅ Yes    | ✅ Available |
| `sandbox_execute`      | Execute code in secure isolated environment     | ✅ Yes    | ✅ Available |
| `sandbox_cancel`       | Cancel a running sandbox execution              | ❌ No     | ✅ Available |
| `get_status`           | System status, version, and agent balance       | ❌ No     | ✅ Available |
| `echo`                 | Echo back params — validate auth & connectivity | ❌ No     | ✅ Available |

## Roadmap

| Tool                | Description                 | Status         |
| :------------------ | :-------------------------- | :------------- |
| `serverless_deploy` | Deploy serverless functions | 🔧 Upgrading   |
| `serverless_invoke` | Invoke serverless functions | 🔧 Upgrading   |
| `serverless_cancel` | Cancel serverless jobs      | 🔧 Upgrading   |
| `gpu_provision`     | Provision dedicated GPU pod | 🔜 Coming Soon |
| `gpu_heartbeat`     | Extend GPU lease            | 🔜 Coming Soon |
| `gpu_extend`        | Extend GPU runtime          | 🔜 Coming Soon |
| `gpu_status`        | Check GPU pod status        | 🔜 Coming Soon |
| `gpu_terminate`     | Terminate GPU pod           | 🔜 Coming Soon |
| `rag_query`         | Query knowledge bases       | 🔜 Coming Soon |
| `rag_ingest`        | Ingest documents            | 🔜 Coming Soon |
| `rag_delete`        | Delete documents            | 🔜 Coming Soon |

## Check Live Status

Query the capabilities endpoint to get the current tool list directly from the gateway:

```bash theme={null}
curl -s https://agent.asgcompute.com/mcp/capabilities | jq '.tools[] | {name, status, billable}'
```
