{
  "schema_version": "2026-07-12-public-openapi-sync",
  "project": {
    "name": "SIMA",
    "website": "https://sima-prime.com",
    "api_base_url": "https://api.sima-prime.com",
    "openapi": "https://sima-prime.com/openapi.json",
    "description": "Wallet-first digital asset protection infrastructure with direct API access for AI agents, trading bots, autonomous wallets, and machine-to-machine systems."
  },
  "machine_access": {
    "enabled": true,
    "api_first": true,
    "browser_extension_required": false,
    "human_ui_required": false,
    "wallet_auth_supported": true,
    "private_key_required": false,
    "statement": "For bots and AI agents, the API is the product."
  },
  "supported_agent_types": [
    "AI agents",
    "Trading bots",
    "Autonomous wallets",
    "Wallet copilots",
    "Portfolio bots",
    "Machine-to-machine systems"
  ],
  "capabilities": [
    "wallet authentication",
    "protection offer (asset-denominated)",
    "protection purchase",
    "premium payment intent (SOL)",
    "premium payment confirmation (RPC)",
    "certificate read",
    "TypeScript agent SDK"
  ],
  "endpoints": {
    "wallet_authentication": [
      "POST /agent/wallet/nonce",
      "POST /agent/wallet/verify"
    ],
    "protection_purchase": [
      "POST /agent/protection/offer",
      "POST /agent/protection/purchase",
      "GET /agent/protection/certificates/{id}/payment-intent",
      "POST /agent/protection/certificates/{id}/confirm-payment",
      "GET /agent/protection/certificates/{id}"
    ]
  },
  "sdk": {
    "typescript_package": "@sima-prime/agent-sdk",
    "public_repository": "https://github.com/Mustafashehab/SIMA-Agent-SDK",
    "uses_native_fetch": true,
    "runtime_dependencies": [],
    "signs_wallet_messages": false,
    "stores_private_keys": false,
    "executes_blockchain_transfers": false
  },
  "examples": {
    "basic_flow": "examples/basic-flow.ts",
    "purchase_flow": "examples/purchase-flow.ts",
    "public_examples_page": "https://sima-prime.com/ai/examples",
    "public_demo_page": "https://sima-prime.com/ai/demo"
  },
  "sima_v1_economics": {
    "denomination": "protected contract asset",
    "premium_percent_of_protected_amount": 5,
    "coverage_percent_of_protected_amount": 50,
    "deductible_percent_of_protected_amount": 10,
    "maximum_net_payment_percent_of_protected_amount": 40,
    "rules_version": "SIMA_V1_50_5_10_40"
  },
  "safety_boundaries": {
    "private_key_required": false,
    "blockchain_transfer_execution_by_sdk": false,
    "automatic_claim_approval": false,
    "automatic_payout": false,
    "usd_commercial_fields": false
  }
}
