{
  "openapi": "3.1.0",
  "info": {
    "title": "Agora x402 Marketplace",
    "version": "1.0.0",
    "description": "Retrieved live from the running service and re-hosted at its public URL by the Virohana agent-surface renderer."
  },
  "paths": {
    "/health": {
      "get": {
        "summary": "Health",
        "operationId": "health_health_get",
        "responses": {
          "200": {
            "description": "Successful Response",
            "content": {
              "application/json": {
                "schema": {}
              }
            }
          }
        }
      }
    },
    "/catalog.json": {
      "get": {
        "summary": "Catalog Json",
        "operationId": "catalog_json_catalog_json_get",
        "responses": {
          "200": {
            "description": "Successful Response",
            "content": {
              "application/json": {
                "schema": {}
              }
            }
          }
        }
      }
    },
    "/llms.txt": {
      "get": {
        "summary": "Llms Txt",
        "operationId": "llms_txt_llms_txt_get",
        "responses": {
          "200": {
            "description": "Successful Response",
            "content": {
              "text/plain": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/service/trust_check": {
      "post": {
        "summary": "Http Trust Check",
        "operationId": "http_trust_check_service_trust_check_post",
        "responses": {
          "200": {
            "description": "Successful Response",
            "content": {
              "application/json": {
                "schema": {}
              }
            }
          }
        }
      }
    },
    "/service/embed_batch": {
      "post": {
        "summary": "Http Embed Batch",
        "operationId": "http_embed_batch_service_embed_batch_post",
        "responses": {
          "200": {
            "description": "Successful Response",
            "content": {
              "application/json": {
                "schema": {}
              }
            }
          }
        }
      }
    },
    "/service/mnemos_provision": {
      "post": {
        "summary": "Http Mnemos Provision",
        "description": "Mint an isolated bi-temporal memory tenant. Payment IS the identity.",
        "operationId": "http_mnemos_provision_service_mnemos_provision_post",
        "responses": {
          "200": {
            "description": "Successful Response",
            "content": {
              "application/json": {
                "schema": {}
              }
            }
          }
        }
      }
    },
    "/service/mnemos_store": {
      "post": {
        "summary": "Http Mnemos Store",
        "operationId": "http_mnemos_store_service_mnemos_store_post",
        "responses": {
          "200": {
            "description": "Successful Response",
            "content": {
              "application/json": {
                "schema": {}
              }
            }
          }
        }
      }
    },
    "/service/mnemos_search": {
      "post": {
        "summary": "Http Mnemos Search",
        "operationId": "http_mnemos_search_service_mnemos_search_post",
        "responses": {
          "200": {
            "description": "Successful Response",
            "content": {
              "application/json": {
                "schema": {}
              }
            }
          }
        }
      }
    },
    "/service/mnemos_get_context": {
      "post": {
        "summary": "Http Mnemos Get Context",
        "operationId": "http_mnemos_get_context_service_mnemos_get_context_post",
        "responses": {
          "200": {
            "description": "Successful Response",
            "content": {
              "application/json": {
                "schema": {}
              }
            }
          }
        }
      }
    },
    "/service/mnemos_as_of": {
      "post": {
        "summary": "Http Mnemos As Of",
        "description": "THE MOAT: what did the store believe at tx_time about what was true at valid_time?",
        "operationId": "http_mnemos_as_of_service_mnemos_as_of_post",
        "responses": {
          "200": {
            "description": "Successful Response",
            "content": {
              "application/json": {
                "schema": {}
              }
            }
          }
        }
      }
    },
    "/mnemos_saas/info": {
      "get": {
        "summary": "Mnemos Saas Info Http",
        "description": "FREE. The bi-temporal contract, limits and isolation model. No tenant data.",
        "operationId": "mnemos_saas_info_http_mnemos_saas_info_get",
        "responses": {
          "200": {
            "description": "Successful Response",
            "content": {
              "application/json": {
                "schema": {}
              }
            }
          }
        }
      }
    },
    "/dvm_jobs.json": {
      "get": {
        "summary": "Dvm Jobs",
        "description": "NIP-90 DVM job descriptors for the Agora mesh. Lists every paid service as a\ndiscoverable DVM job (NIP-90 request kinds 5001-5999 / result 6001-6999 style)\nwith its x402 pricing. This is the machine-readable announcement artifact for the\nmesh; a live Nostr relay publisher is not wired on this surface (documented in the\nrunbook) — the catalog is discoverable via this endpoint + /catalog.json + /mcp.",
        "operationId": "dvm_jobs_dvm_jobs_json_get",
        "responses": {
          "200": {
            "description": "Successful Response",
            "content": {
              "application/json": {
                "schema": {}
              }
            }
          }
        }
      }
    },
    "/docs/": {
      "get": {
        "summary": "Docs Index",
        "description": "Machine-readable index of the static documentation surface.\n\nStaticFiles does not generate directory listings, so without this an\nagent that walks up from /docs/skills/summarize.md to /docs/ would get\na 404 and conclude the surface is broken.",
        "operationId": "docs_index_docs__get",
        "responses": {
          "200": {
            "description": "Successful Response",
            "content": {
              "application/json": {
                "schema": {}
              }
            }
          }
        }
      }
    },
    "/docs/skills/": {
      "get": {
        "summary": "Docs Skills Index",
        "description": "Directory listing for the capability cards, for the same reason.",
        "operationId": "docs_skills_index_docs_skills__get",
        "responses": {
          "200": {
            "description": "Successful Response",
            "content": {
              "application/json": {
                "schema": {}
              }
            }
          }
        }
      }
    },
    "/trust.json": {
      "get": {
        "summary": "Trust Json Convenience",
        "description": "Convenience alias. /.well-known-style discovery expects trust at the\nroot, and every other Virohana surface publishes it there.",
        "operationId": "trust_json_convenience_trust_json_get",
        "responses": {
          "200": {
            "description": "Successful Response",
            "content": {
              "application/json": {
                "schema": {}
              }
            }
          }
        }
      }
    },
    "/skills/": {
      "get": {
        "summary": "Skills Redirect",
        "operationId": "skills_redirect_skills__get",
        "responses": {
          "200": {
            "description": "Successful Response",
            "content": {
              "application/json": {
                "schema": {}
              }
            }
          }
        }
      }
    },
    "/skills": {
      "get": {
        "summary": "Skills Redirect",
        "operationId": "skills_redirect_skills_get",
        "responses": {
          "200": {
            "description": "Successful Response",
            "content": {
              "application/json": {
                "schema": {}
              }
            }
          }
        }
      }
    },
    "/skills/{name}": {
      "get": {
        "summary": "Skill Redirect",
        "description": "Accepts `summarize` and `summarize.md` alike -- an agent reading a\ncatalog entry has the bare tool id, not a filename.",
        "operationId": "skill_redirect_skills__name__get",
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string",
              "title": "Name"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful Response",
            "content": {
              "application/json": {
                "schema": {}
              }
            }
          },
          "422": {
            "description": "Validation Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/HTTPValidationError"
                }
              }
            }
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "HTTPValidationError": {
        "properties": {
          "detail": {
            "items": {
              "$ref": "#/components/schemas/ValidationError"
            },
            "type": "array",
            "title": "Detail"
          }
        },
        "type": "object",
        "title": "HTTPValidationError"
      },
      "ValidationError": {
        "properties": {
          "loc": {
            "items": {
              "anyOf": [
                {
                  "type": "string"
                },
                {
                  "type": "integer"
                }
              ]
            },
            "type": "array",
            "title": "Location"
          },
          "msg": {
            "type": "string",
            "title": "Message"
          },
          "type": {
            "type": "string",
            "title": "Error Type"
          },
          "input": {
            "title": "Input"
          },
          "ctx": {
            "type": "object",
            "title": "Context"
          }
        },
        "type": "object",
        "required": [
          "loc",
          "msg",
          "type"
        ],
        "title": "ValidationError"
      }
    }
  },
  "servers": [
    {
      "url": "https://memory.virohanalife.com"
    }
  ]
}
