Get Started / AI And Openapi
Document metadata
Category
Get Started
Version
1
Stability
stable
Deprecated
No
Last updated
2026-05-03

AI And OpenAPI

Valora documentation is available in formats that are easy for developers, automation tools, and AI agents to consume.

Discovery files

File Description
/llms.txt A compact Markdown index of public developer documentation pages.
/llms-full.txt A larger Markdown bundle containing public developer documentation content.
/developers/openapi.json Aggregated OpenAPI index for documented API endpoints.

Per-page formats

Each documentation page can be requested as a web page or raw Markdown.

Format Example
Web /developers/get-started/introduction
Markdown /developers/get-started/introduction.md

Endpoint pages may also expose a focused OpenAPI document:

/developers/customer/transactions.openapi.json

AI integration guidance

When using an AI assistant or agent to build against Valora:

  • Give it the relevant endpoint page, not only the homepage.
  • Include the authentication page for the token type you plan to use.
  • Include this Get Started section for shared conventions.
  • Ask it to preserve required headers and documented response handling.
  • Do not provide real tokens, passwords, or personal data to public AI tools.

Minimal prompt context

For most endpoint implementation tasks, provide:

  1. The raw Markdown URL for the endpoint.
  2. The raw Markdown URL for the authentication method.
  3. The raw Markdown URL for Errors.
  4. The raw Markdown URL for Rate Limits.