> ## 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.

# ASG Serverless

> Serverless roadmap status and planned contract

# ASG Serverless

<Warning>
  **🔧 Upgrading — temporarily unavailable.** `serverless_deploy`, `serverless_invoke`, and `serverless_cancel` are being upgraded and are not part of the active production tool set. See [Tool Availability](/guide/tool-availability) for current status and ETA.
</Warning>

## Current Status

* Discovery visibility: available in catalog as `coming_soon`
* Production execution: not enabled
* Billing in production: no active serverless charges yet

## What Is Active Today

Use these active tools in production:

* `inference_chat`
* `optify_vram_estimate`
* `sandbox_execute`

## Planned Scope (Roadmap)

Planned serverless capabilities:

* Function deploy/invoke/cancel
* Per-second billing with 402 payment flow
* Run and receipt telemetry consistent with active tools

## Tracking

Watch the capabilities endpoint for status changes:

```bash theme={null}
curl -s https://agent.asgcompute.com/mcp/capabilities | jq '.tools[] | select(.name | startswith("serverless"))'
```
