{
  "passport_id": "550e8400-e29b-41d4-a716-446655440001",
  "kind": "instance",
  "spec_version": "oap/1.0",
  "parent_agent_id": "550e8400-e29b-41d4-a716-446655440000",
  "owner_id": "org_87654321",
  "owner_type": "org",
  "assurance_level": "L3",
  "status": "active",
  "capabilities": [
    {
      "id": "finance.payment.refund",
      "params": {
        "max_amount": 1000,
        "currency": "USD"
      }
    },
    {
      "id": "data.export"
    }
  ],
  "limits": {
    "finance.payment.refund": {
      "currency_limits": {
        "USD": {
          "max_per_tx": 1000,
          "daily_cap": 10000
        }
      },
      "reason_codes": ["customer_request", "defective_product"],
      "idempotency_required": true
    },
    "data.export": {
      "max_rows": 50000,
      "allow_pii": false,
      "allowed_collections": ["orders", "products"]
    }
  },
  "regions": ["US"],
  "metadata": {
    "tenant_id": "tenant_abc123",
    "deployment_id": "deploy_xyz789",
    "environment": "production",
    "contact": "ops@tenant.com",
    "webhook_url": "https://tenant.com/webhooks/oap"
  },
  "created_at": "2024-01-10T08:00:00Z",
  "updated_at": "2024-01-15T14:20:00Z",
  "version": "1.0.3"
}
