{
  "schema_version": "v1",
  "name_for_human": "BRIJ Travel",
  "name_for_model": "brij_travel",
  "description_for_human": "Pay-per-call flight search and booking over x402. USDC on Solana, live airline inventory.",
  "description_for_model": "Agent-callable flight API. POST /air/search returns live flight offers (price $0.10 USDC scaled 1..50x by live load). POST /air/intents creates an escrow-backed booking intent from a selected offer_id ($0.10 USDC). POST /air/intents/{intent_id}/book funds the escrow (escrow amount via x402) and executes the booking with the airline; the response contains the airline confirmation code. POST /air/intents/{intent_id}/refund-requests files a refund request when the offer price changed ($0.10 USDC). All paid endpoints follow the x402 protocol: send PAYMENT-SIGNATURE; on 402 read PAYMENT-REQUIRED, sign the USDC transaction on Solana, retry.",
  "auth": {
    "type": "none"
  },
  "api": {
    "type": "openapi",
    "url": "https://travel.brij.fi/openapi.json",
    "is_user_authenticated": false
  },
  "logo_url": "https://travel.brij.fi/favicon.png",
  "contact_email": "noreply@travel.brij.fi",
  "legal_info_url": "https://travel.brij.fi/"
}
