Quickstart
Get started with ASG Agent Cloud — from zero to first call in 3 minutes.Prerequisites
- ASG API key (from Console → API Keys)
- For paid tools: Solana wallet with USDC on mainnet
- Node.js 18+ or Python 3.10+
Step 1: Get Your API Key
- Open Console
- Connect wallet → API Keys → Create Key
- Export the key:
Step 2: First Call — Free (No Payment!)
Callget_status to verify your key works:
"ok": true with your balance and system status.
Step 3: Discover Tools
Step 4: Make a Paid Call
Call a billable tool. If you have balance, it executes immediately. Otherwise, you get a 402 with a quote.If 200: Success!
If 402: Payment Required
You receive a quote withpayment_instructions:
Step 5: Pay on Solana Mainnet
Send USDC topay_to with memo: {step_id}:{quote_id}:1
Step 6: Retry with Payment Proof
What’s Next?
Agent Quickstart
Full agent integration guide with Python + TypeScript examples
Core Concepts
Runs, Steps, Budgets, and Receipts
SDK Reference
Working code examples
Pricing
Detailed pricing for all services