{"description":"Anonymous agent sandbox signup","usage":"POST to this endpoint to create a test-mode Conto organization, agent, wallet, SDK key, and read-only sandbox API key without email verification. Returned credentials expire after 7 days.","authentication":"None for sandbox creation. Returned secrets are shown once and expire after 7 days. The organization API key is limited to read-only plus claim use.","requiredFields":[],"optionalFields":["name","description","organizationName","agentType","publicKey","externalId","metadata","callbackUrl"],"defaults":{"name":"Sandbox Agent","agentType":"CUSTOM","mode":"test","expiresInDays":7,"wallet":{"custodyType":"EXTERNAL","enforcementMode":"SDK_REQUIRED","chainId":"42431","balance":100,"currency":"pathUSD","spendLimitPerTx":5,"spendLimitDaily":25}},"execution":{"mode":"simulated","description":"Sandbox payments execute in simulated mode: policy evaluation, spend tracking, receipts, and audit logs are real, but no onchain transfer happens. No signer or funded wallet is needed.","successState":"POST /api/sdk/payments/request returns APPROVED, then POST /api/sdk/payments/{requestId}/execute returns status COMPLETED with simulated: true and a txHash receipt."}}