Paste this block into any LLM-based assistant (ChatGPT, Claude, your own agent, a framework’s system prompt) before asking it to build against RunInfra. It gives the model the right defaults, the actual supported endpoints, and the known gotchas so it produces code that works on the first try.Documentation Index
Fetch the complete documentation index at: https://runinfra.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
The prompt
RunInfra developer onboarding
How to use it
- In a chat
- In a system prompt
- In a project README
Paste as the first message in a ChatGPT, Claude, or other LLM conversation, then ask for the code you want.
Why this works
LLMs trained before a given cutoff do not know RunInfra specifically. They do know how to use OpenAI-compatible APIs and first-party SDKs. This prompt gives them the supported RunInfra endpoints, base URL rules, key-scope rules, retry rules, and model-ID guardrails.Next steps
RunInfra SDK
Native SDK setup for optimized deployment access.
OpenAI compatibility
The OpenAI-compatible contract this prompt refers to.
API reference
Endpoint parameters and response shapes.
Integrations
Framework-specific setup.