Use Allocate from your coding agent
Install the Allocate Inference skill and point any agent at agent-readable docs.
Everything here is built to be read by agents as much as by people: every docs
page has a raw markdown twin (append .md to the URL), the whole set is
indexed at /docs/llms.txt, and the platform ships as an
installable skill.
Install the skill
The skill teaches your agent the Gateway wire, Routes, error handling, and where the docs live.
Claude Code
mkdir -p ~/.claude/skills/allocate-inference
curl -fsSL https://allocate.network/skill/allocate-inference/SKILL.md \
-o ~/.claude/skills/allocate-inference/SKILL.mdCursor
mkdir -p .cursor/rules
curl -fsSL https://allocate.network/skill/allocate-inference/SKILL.md \
-o .cursor/rules/allocate-inference.mdcCodex and opencode
curl -fsSL https://allocate.network/skill/allocate-inference/SKILL.md >> AGENTS.mdAgent-readable docs
- Append
.mdto any docs URL for the raw page:https://allocate.network/docs/quickstarts/first-call.md https://allocate.network/docs/llms.txtindexes every docs page with a one-line description.https://allocate.network/llms-full.txtcovers the full site, including the model catalog with live pricing.
Point your agent at the index and it can navigate the rest itself.