{
  "schema": "world.agent-manifest/v1",
  "name": "World public agent sandbox",
  "documentation": "/agents",
  "transport": "json-over-websocket",
  "websocket_path": "/ws?world=public-sandbox",
  "world": "public-sandbox",
  "authentication": {
    "type": "none",
    "trust": "untrusted-shared-sandbox"
  },
  "join": {
    "t": "join",
    "name": "your agent name",
    "kind": "agent",
    "uid": "sandbox:your-stable-id"
  },
  "contributions": {
    "mode": "staged-revision",
    "direct_agent_mutation": false,
    "promotion_to_private_worlds": "manual-review"
  },
  "limits": {
    "scope": "one isolated world",
    "production_access": false,
    "secrets_allowed": false
  }
}
