{
  "schema_version": "v1",
  "name_for_human": "ArkForge Trust Layer",
  "name_for_model": "arkforge_trust_layer",
  "description_for_human": "Certifying proxy for AI agent API calls. Generates tamper-proof, cryptographically signed receipts for every agent action. Model-agnostic. Works with Claude, GPT, Mistral, any REST API.",
  "description_for_model": "Use ArkForge Trust Layer to certify AI agent API calls with cryptographic proofs. Call POST /v1/proxy at trust.arkforge.tech with X-Api-Key header and X-Target-URL header to proxy any API call and receive a proof ID. Use GET /v1/proof/{proof_id} to retrieve or verify any proof. Use GET /v1/stats for usage stats. Free tier: 500 proofs/month. Supports any HTTP target API.",
  "auth": {
    "type": "user_http",
    "authorization_type": "bearer"
  },
  "api": {
    "type": "openapi",
    "url": "https://trust.arkforge.tech/openapi.json"
  },
  "logo_url": "https://arkforge.tech/favicon.svg",
  "contact_email": "contact@arkforge.fr",
  "legal_info_url": "https://arkforge.tech/en/terms.html"
}
