Overview
OMOPHub provides documentation in three formats specifically designed for AI consumption. Each format serves a different use case depending on your context window budget and the depth of information your agent needs.Documentation Formats
llms.txt
Concise index of the OMOPHub API. Fits in small context windows.
llms-full.txt
Complete documentation in a single file. Full API reference included.
skill.md
Structured skills reference for AI agents with action-oriented instructions.
When to Use Each Format
| Format | Size | Best For |
|---|---|---|
llms.txt | Small | Quick orientation. Gives an agent a high-level map of available endpoints and capabilities. Use when context window space is limited. |
llms-full.txt | Large | Deep integration work. Contains the full API reference, parameter details, and response schemas. Use when the agent needs to write code against the API. |
skill.md | Medium | Action-oriented tasks. Structured as capabilities the agent can perform, with step-by-step instructions. Use for agents that follow skill/tool patterns. |