Machine-readable documentation

Indexes for models#

Raw Markdown#

Any URL on the site returns its Markdown by adding .md: for example www.tilopay.com/en/developers/sdk/instalacion.md or www.tilopay.com/en/tarifas.md. It is served as text/markdown, with a metadata header (page kind, status, version and last verification date). A URL that does not exist returns 404, not HTML.

API spec#

  • openapi.json — OpenAPI 3.1 spec of the Tilopay API: endpoints, parameters, responses and examples. It is the source of truth for the API.
  • openapi.yaml — the same content in YAML.

Both routes answer with Access-Control-Allow-Origin: *, so they can be read from the browser.

MCP catalog#

mcp.json describes the MCP server: its URL, the access model and the full tool catalog with parameters, output and access level. When a tool wraps an API operation, the entry includes that endpoint.

Last verified: 2026-08-29 · Owner: equipo-integraciones

View as raw Markdown