# Central Command — x402 Agent API > Crypto trading intelligence and a paper-by-default strategy console for LLM > clients over x402. Linked platform users connect via Tasks → Connect. API base: https://rtcelwjnrbmfmrywacky.supabase.co/functions/v1 ## Start - Docs (OpenAPI 3.1 + pricing): https://rtcelwjnrbmfmrywacky.supabase.co/functions/v1/x402-docs - Catalog: https://rtcelwjnrbmfmrywacky.supabase.co/functions/v1/x402-gateway/catalog - Register a key: POST https://rtcelwjnrbmfmrywacky.supabase.co/functions/v1/x402-gateway/register {"name":"your-agent"} ## Billing - Send X-Api-Key on POST https://rtcelwjnrbmfmrywacky.supabase.co/functions/v1/x402-gateway/{slug} - Linked Connect keys are not charged for any gateway catalog endpoint (signals, research, AI, execution). Confirm whoami → free:true when linked. - Unlinked prepaid: AI per-token; data/execution fixed per-call. Top up: POST https://rtcelwjnrbmfmrywacky.supabase.co/functions/v1/x402-gateway/topup ## Agent strategy console — product policy (paper by default) POST https://rtcelwjnrbmfmrywacky.supabase.co/functions/v1/x402-gateway/agent-strategy (or /agent-strategy) 1. deploy writes STOPPED (paused). It registers on the dashboard — never moves real money. User Go Live in Tasks UI. 2. Prefer task_type:"paper" and execute with force_paper:true for simulation. 3. Default paper actions: guide, whoami, auth_status, connect_strategy, balance, portfolio, positions, orders, strategies, list_strategies, get_strategy, create_strategy, update_strategy, deploy, pause, execute, run_once, backtest, get_backtest, results, logs 4. Research catalog available when linked — GET https://rtcelwjnrbmfmrywacky.supabase.co/functions/v1/x402-gateway/catalog 5. Live place_order/close_position/cancel_order require confirm_live:true AND an explicit user ask in chat. ## Claude Connect (two-step — capabilities kept) 1) System prompt = full paper/research/deploy surface (no secrets). 2) Your authorization message = credentials you minted + permission for Claude to call the APIs. Workflow: authorize → Claude runs whoami → guide → optional research → backtest → create_strategy (paper, auto_start:false) → deploy (STOPPED) → execute (force_paper:true) → results. ## MCP (Streamable HTTP) POST https://rtcelwjnrbmfmrywacky.supabase.co/functions/v1/mcp — tools: cc.list_catalog, cc.agent_strategy, cc. (legacy cc_* accepted) Icon: https://rtcelwjnrbmfmrywacky.supabase.co/functions/v1/mcp/icon.svg Homepage: https://centralcommand.app/mcp Header: X-Api-Key (register at /x402-gateway/register). Official Registry: io.github.tlefko/central-command.