{"audit":{"version":"1.3","generated_at":"2026-06-14T03:28:49.331119+00:00","generated_by":"Agenstry","report_url":"https://agenstry.com/agents/spawn.os.moda","methodology_url":"https://agenstry.com/methodology","verifier_jwks_url":"https://agenstry.com/.well-known/jwks.json","subject":{"domain":"spawn.os.moda","name":"osModa Spawn","url":"https://spawn.os.moda/.well-known/agent-card.json"}},"identity":{"provider":{"organization":null,"url":null},"registry_verification":null,"signature":{"signed":false,"signature_valid":null}},"protocol":{"version":null,"supports_streaming":true,"supports_push_notifications":false},"operational":{"live_state":"endpoint_404","live_responds":false,"last_status_code":200,"last_elapsed_ms":56,"last_error":null},"track_record":{"first_seen":"2026-06-14T00:45:07.302282+00:00","last_checked":"2026-06-14T00:45:07.302282+00:00","last_seen_ok":"2026-06-14T00:45:07.302282+00:00","checks_total":1,"checks_ok":1,"uptime_pct":100.0,"archived":false,"archived_reason":null},"conformance":{"score":25,"grade":"F","summary":"F-grade: card is reachable but fails most operational signals.","criteria":[{"key":"valid_card","label":"Valid AgentCard","points":10,"max_points":10,"status":"pass","detail":"Schema-validated A2A AgentCard returned by the well-known endpoint."},{"key":"live_responds","label":"Live JSON-RPC","points":0,"max_points":25,"status":"fail","detail":"Card declares a URL but that URL returns 404."},{"key":"protocol_version","label":"Protocol version","points":0,"max_points":10,"status":"fail","detail":"No protocolVersion in card."},{"key":"signature","label":"JWS signature","points":0,"max_points":10,"status":"info","detail":"Card is unsigned (most published agents are)."},{"key":"uptime","label":"Uptime track record","points":0,"max_points":15,"status":"info","detail":"Only 1 probe so far, need ≥5 for an uptime grade."},{"key":"skills","label":"Skill declaration","points":10,"max_points":10,"status":"pass","detail":"Declares 4 skills with structured metadata."},{"key":"verified_identity","label":"Verified Identity","points":0,"max_points":10,"status":"fail","detail":"No provider organisation declared. Anonymous agent."},{"key":"freshness","label":"Freshness + modern flags","points":5,"max_points":5,"status":"pass","detail":"declares 1 modern capability flag(s) (x402); seen in upstream source within 0d"},{"key":"security","label":"Security declaration","points":0,"max_points":5,"status":"info","detail":"No securitySchemes declared (common for open agents, not penalised)."}]},"skills":[{"id":"spawn-test","name":"Spawn Solo Server","description":"1 agent, light tasks — 2 vCPU, 4GB RAM, 40GB SSD","tags":[],"examples":[],"inputModes":[],"outputModes":[],"endpoint":"https://spawn.os.moda/api/v1/spawn/test","method":"POST","price":{"amount":"$29","currency":"USDC","protocol":"x402","accepts":[{"network":"eip155:84532","chainId":84532,"asset":"0x036CbD53842c5426634e7929541eC2318f3dCF7e","payTo":"0xb78476F8e3b9D3f7A0Da8315272B00b26293535a"},{"network":"solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1","chainId":"devnet","asset":"4zMMC9srt5Ri5X14GAgXhaHii3GnPAEERYPJgZJDncDU","payTo":"DFbWWDweU9jqaJSrEpyBCrWGZyDkaoDayak9EZA3QnYA"}]},"inputSchema":{"type":"object","properties":{"region":{"type":"string","enum":["eu-central","eu-north","us-east","us-west"],"default":"eu-central"},"ssh_key":{"type":"string","description":"SSH public key (ed25519, RSA, or ECDSA). Injected into the provisioned server's authorized_keys."},"runtime":{"type":"string","enum":["claude-code","openclaw"],"default":"claude-code","description":"Agent runtime engine. claude-code supports OAuth + API key; openclaw supports API key only."},"default_model":{"type":"string","description":"Initial default model for the osmoda agent (e.g. claude-opus-4-6, claude-sonnet-4-6)."},"credentials":{"type":"array","description":"Pre-seed up to 8 credentials. Encrypted server-side on first boot.","maxItems":8,"items":{"type":"object","required":["provider","type","secret"],"properties":{"label":{"type":"string","maxLength":60},"provider":{"type":"string","enum":["anthropic","openai","openrouter","deepseek"]},"type":{"type":"string","enum":["oauth","api_key"]},"secret":{"type":"string","minLength":10,"maxLength":4096,"description":"Raw secret. Will be AES-256-GCM encrypted at rest on the spawned server."}}}},"ai_provider":{"type":"string","enum":["anthropic","openai"],"default":"anthropic","description":"Legacy one-credential shortcut. Prefer credentials[]."},"api_key":{"type":"string","description":"Legacy one-credential shortcut. Prefer credentials[]."}}},"outputSchema":{"type":"object","properties":{"order_id":{"type":"string","description":"UUID of the created order."},"api_token":{"type":"string","description":"osk_-prefixed Bearer token. Shown once; store securely."},"plan":{"type":"string"},"price_usd":{"type":"number"},"server_ip":{"type":"string"},"status":{"type":"string"},"status_url":{"type":"string"},"chat_url":{"type":"string"},"ssh":{"type":"string"}}}},{"id":"spawn-starter","name":"Spawn Pro Server","description":"2-4 agents, real work — 4 vCPU, 8GB RAM, 80GB SSD","tags":[],"examples":[],"inputModes":[],"outputModes":[],"endpoint":"https://spawn.os.moda/api/v1/spawn/starter","method":"POST","price":{"amount":"$99","currency":"USDC","protocol":"x402","accepts":[{"network":"eip155:84532","chainId":84532,"asset":"0x036CbD53842c5426634e7929541eC2318f3dCF7e","payTo":"0xb78476F8e3b9D3f7A0Da8315272B00b26293535a"},{"network":"solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1","chainId":"devnet","asset":"4zMMC9srt5Ri5X14GAgXhaHii3GnPAEERYPJgZJDncDU","payTo":"DFbWWDweU9jqaJSrEpyBCrWGZyDkaoDayak9EZA3QnYA"}]},"inputSchema":{"type":"object","properties":{"region":{"type":"string","enum":["eu-central","eu-north","us-east","us-west"],"default":"eu-central"},"ssh_key":{"type":"string","description":"SSH public key (ed25519, RSA, or ECDSA). Injected into the provisioned server's authorized_keys."},"runtime":{"type":"string","enum":["claude-code","openclaw"],"default":"claude-code","description":"Agent runtime engine. claude-code supports OAuth + API key; openclaw supports API key only."},"default_model":{"type":"string","description":"Initial default model for the osmoda agent (e.g. claude-opus-4-6, claude-sonnet-4-6)."},"credentials":{"type":"array","description":"Pre-seed up to 8 credentials. Encrypted server-side on first boot.","maxItems":8,"items":{"type":"object","required":["provider","type","secret"],"properties":{"label":{"type":"string","maxLength":60},"provider":{"type":"string","enum":["anthropic","openai","openrouter","deepseek"]},"type":{"type":"string","enum":["oauth","api_key"]},"secret":{"type":"string","minLength":10,"maxLength":4096,"description":"Raw secret. Will be AES-256-GCM encrypted at rest on the spawned server."}}}},"ai_provider":{"type":"string","enum":["anthropic","openai"],"default":"anthropic","description":"Legacy one-credential shortcut. Prefer credentials[]."},"api_key":{"type":"string","description":"Legacy one-credential shortcut. Prefer credentials[]."}}},"outputSchema":{"type":"object","properties":{"order_id":{"type":"string","description":"UUID of the created order."},"api_token":{"type":"string","description":"osk_-prefixed Bearer token. Shown once; store securely."},"plan":{"type":"string"},"price_usd":{"type":"number"},"server_ip":{"type":"string"},"status":{"type":"string"},"status_url":{"type":"string"},"chat_url":{"type":"string"},"ssh":{"type":"string"}}}},{"id":"spawn-developer","name":"Spawn Team Server","description":"5-10 agents, heavy loads — 8 vCPU, 16GB RAM, 160GB SSD","tags":[],"examples":[],"inputModes":[],"outputModes":[],"endpoint":"https://spawn.os.moda/api/v1/spawn/developer","method":"POST","price":{"amount":"$199","currency":"USDC","protocol":"x402","accepts":[{"network":"eip155:84532","chainId":84532,"asset":"0x036CbD53842c5426634e7929541eC2318f3dCF7e","payTo":"0xb78476F8e3b9D3f7A0Da8315272B00b26293535a"},{"network":"solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1","chainId":"devnet","asset":"4zMMC9srt5Ri5X14GAgXhaHii3GnPAEERYPJgZJDncDU","payTo":"DFbWWDweU9jqaJSrEpyBCrWGZyDkaoDayak9EZA3QnYA"}]},"inputSchema":{"type":"object","properties":{"region":{"type":"string","enum":["eu-central","eu-north","us-east","us-west"],"default":"eu-central"},"ssh_key":{"type":"string","description":"SSH public key (ed25519, RSA, or ECDSA). Injected into the provisioned server's authorized_keys."},"runtime":{"type":"string","enum":["claude-code","openclaw"],"default":"claude-code","description":"Agent runtime engine. claude-code supports OAuth + API key; openclaw supports API key only."},"default_model":{"type":"string","description":"Initial default model for the osmoda agent (e.g. claude-opus-4-6, claude-sonnet-4-6)."},"credentials":{"type":"array","description":"Pre-seed up to 8 credentials. Encrypted server-side on first boot.","maxItems":8,"items":{"type":"object","required":["provider","type","secret"],"properties":{"label":{"type":"string","maxLength":60},"provider":{"type":"string","enum":["anthropic","openai","openrouter","deepseek"]},"type":{"type":"string","enum":["oauth","api_key"]},"secret":{"type":"string","minLength":10,"maxLength":4096,"description":"Raw secret. Will be AES-256-GCM encrypted at rest on the spawned server."}}}},"ai_provider":{"type":"string","enum":["anthropic","openai"],"default":"anthropic","description":"Legacy one-credential shortcut. Prefer credentials[]."},"api_key":{"type":"string","description":"Legacy one-credential shortcut. Prefer credentials[]."}}},"outputSchema":{"type":"object","properties":{"order_id":{"type":"string","description":"UUID of the created order."},"api_token":{"type":"string","description":"osk_-prefixed Bearer token. Shown once; store securely."},"plan":{"type":"string"},"price_usd":{"type":"number"},"server_ip":{"type":"string"},"status":{"type":"string"},"status_url":{"type":"string"},"chat_url":{"type":"string"},"ssh":{"type":"string"}}}},{"id":"spawn-production","name":"Spawn Scale Server","description":"10-20+ agents, full fleet — 16 vCPU, 32GB RAM, 320GB SSD","tags":[],"examples":[],"inputModes":[],"outputModes":[],"endpoint":"https://spawn.os.moda/api/v1/spawn/production","method":"POST","price":{"amount":"$299","currency":"USDC","protocol":"x402","accepts":[{"network":"eip155:84532","chainId":84532,"asset":"0x036CbD53842c5426634e7929541eC2318f3dCF7e","payTo":"0xb78476F8e3b9D3f7A0Da8315272B00b26293535a"},{"network":"solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1","chainId":"devnet","asset":"4zMMC9srt5Ri5X14GAgXhaHii3GnPAEERYPJgZJDncDU","payTo":"DFbWWDweU9jqaJSrEpyBCrWGZyDkaoDayak9EZA3QnYA"}]},"inputSchema":{"type":"object","properties":{"region":{"type":"string","enum":["eu-central","eu-north","us-east","us-west"],"default":"eu-central"},"ssh_key":{"type":"string","description":"SSH public key (ed25519, RSA, or ECDSA). Injected into the provisioned server's authorized_keys."},"runtime":{"type":"string","enum":["claude-code","openclaw"],"default":"claude-code","description":"Agent runtime engine. claude-code supports OAuth + API key; openclaw supports API key only."},"default_model":{"type":"string","description":"Initial default model for the osmoda agent (e.g. claude-opus-4-6, claude-sonnet-4-6)."},"credentials":{"type":"array","description":"Pre-seed up to 8 credentials. Encrypted server-side on first boot.","maxItems":8,"items":{"type":"object","required":["provider","type","secret"],"properties":{"label":{"type":"string","maxLength":60},"provider":{"type":"string","enum":["anthropic","openai","openrouter","deepseek"]},"type":{"type":"string","enum":["oauth","api_key"]},"secret":{"type":"string","minLength":10,"maxLength":4096,"description":"Raw secret. Will be AES-256-GCM encrypted at rest on the spawned server."}}}},"ai_provider":{"type":"string","enum":["anthropic","openai"],"default":"anthropic","description":"Legacy one-credential shortcut. Prefer credentials[]."},"api_key":{"type":"string","description":"Legacy one-credential shortcut. Prefer credentials[]."}}},"outputSchema":{"type":"object","properties":{"order_id":{"type":"string","description":"UUID of the created order."},"api_token":{"type":"string","description":"osk_-prefixed Bearer token. Shown once; store securely."},"plan":{"type":"string"},"price_usd":{"type":"number"},"server_ip":{"type":"string"},"status":{"type":"string"},"status_url":{"type":"string"},"chat_url":{"type":"string"},"ssh":{"type":"string"}}}}],"provenance":[{"source":"github_topics","first_seen":"2026-06-14T00:45:07.302282+00:00"}],"recent_probes":[{"fetched_at":"2026-06-14T00:45:07.302282+00:00","ok":true,"status_code":200,"error":null,"elapsed_ms":56,"live_responds":false}],"catalog_attestation":null,"verification_history":[]}