{"name":"NormieClaw Agent Deploy","description":"Deploy a NormieClaw-powered AI bot autonomously. No login required — wallet is your identity.","version":"1.0.0","pricing":{"amount_usd":5,"currency":"USDC","network":"Base (mainnet)","chain_id":8453,"usdc_contract":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","pay_to":"0xfB484143ED5123048a4EEB8f229EC773e3D76950","includes":"1 month compute on DigitalOcean (s-1vcpu-2gb)"},"limits":{"max_bots_per_wallet":3},"providers":[{"name":"conway","requires_api_key":false,"models":["conway-auto","conway-fast","conway-reason"],"note":"Conway uses wallet auth — no API key needed."},{"name":"anthropic","requires_api_key":true,"models":["claude-sonnet-4-5-20250929","claude-haiku-4-5-20251001"]},{"name":"openai","requires_api_key":true,"models":["gpt-4o","gpt-4o-mini"]},{"name":"chutes","requires_api_key":true,"models":["deepseek-ai/DeepSeek-V3-0324","deepseek-ai/DeepSeek-R1"]},{"name":"openrouter","requires_api_key":true,"models":["anthropic/claude-sonnet-4-5","google/gemini-2.0-flash-exp:free"]}],"auth":{"type":"wallet","description":"No login required. Your wallet address is your identity."},"payment_methods":[{"method":"x402","flow":["POST /api/deploy/agent with body (no payment) → 402 with USDC payment instructions","Pay via x402 protocol","Re-POST with x-payment header → deployment starts"]},{"method":"direct_tx","flow":["Send $5 USDC to 0xfB484143ED5123048a4EEB8f229EC773e3D76950 on Base","POST /api/deploy/agent with tx_hash in body → deployment starts"]}],"request":{"method":"POST","url":"/api/deploy/agent","content_type":"application/json","body":{"name":{"type":"string","required":true,"description":"Name for your bot"},"provider":{"type":"string","required":true,"description":"LLM provider"},"model":{"type":"string","required":true,"description":"Model ID"},"walletAddress":{"type":"string","required":true,"description":"Your 0x wallet address"},"apiKey":{"type":"string","required":false,"description":"Provider API key (not needed for Conway)"},"telegramBotToken":{"type":"string","required":false,"description":"Telegram bot token"},"tx_hash":{"type":"string","required":false,"description":"On-chain USDC tx hash (alternative to x402)"}}},"example":{"description":"Deploy a Conway bot (no API key needed)","body":{"name":"my-agent","provider":"conway","model":"conway-auto","walletAddress":"0xYOUR_WALLET","tx_hash":"0xYOUR_USDC_TX_HASH"}},"response":{"success":{"deploymentId":"uuid","dropletId":"number","gatewayToken":"string","wallet":"0x..."},"poll_status":"GET /api/deploy/status?id={deploymentId}"},"discovery":{"agent_json":"https://normieclaw.space/.well-known/agent.json","mcp_server":"npx normieclaw-mcp"}}