Skip to main content

Tool Availability

Real-time tool status from the production gateway. Use get_status or the capabilities endpoint to verify at any time.
Two free toolsget_status and echo — require no payment. Use them to test authentication and connectivity before depositing funds.

Active Tools

These tools are live in production and callable via the API:
ToolDescriptionBillableStatus
inference_chatAI completions with 100+ models✅ Yes✅ Available
optify_vram_estimateEstimate VRAM requirements for GPU pods✅ Yes✅ Available
sandbox_executeExecute code in secure isolated environment✅ Yes✅ Available
sandbox_cancelCancel a running sandbox execution❌ No✅ Available
get_statusSystem status, version, and agent balance❌ No✅ Available
echoEcho back params — validate auth & connectivity❌ No✅ Available

Roadmap

ToolDescriptionStatus
serverless_deployDeploy serverless functions🔧 Upgrading
serverless_invokeInvoke serverless functions🔧 Upgrading
serverless_cancelCancel serverless jobs🔧 Upgrading
gpu_provisionProvision dedicated GPU pod🔜 Coming Soon
gpu_heartbeatExtend GPU lease🔜 Coming Soon
gpu_extendExtend GPU runtime🔜 Coming Soon
gpu_statusCheck GPU pod status🔜 Coming Soon
gpu_terminateTerminate GPU pod🔜 Coming Soon
rag_queryQuery knowledge bases🔜 Coming Soon
rag_ingestIngest documents🔜 Coming Soon
rag_deleteDelete documents🔜 Coming Soon

Check Live Status

Query the capabilities endpoint to get the current tool list directly from the gateway:
curl -s https://agent.asgcompute.com/mcp/capabilities | jq '.tools[] | {name, status, billable}'