Allocate
HarnessRecursiveDBModelsPricingDocs
Sign inTry for free
Try for free
Allocate
HarnessRecursiveDBModelsPricingDocsSign in
Try for freeBook a call
Allocate documentation
QuickstartsYour first inference callUse Allocate from your coding agent
OnboardingGetting accessPush your dataImport mappingData residency
PlatformGatewayRoutesModelsKeysMeter
API referenceCreate a chat completionList models
PlanesPrivate Inference CloudCloudlightCloudheavyLearningAgentsRecursiveDBTraining
Allocate
Try for freeBook a call
Product
Cloud agentsModelsRecursiveDBTrainingMeterPricing
Solutions
HealthcareInsuranceFinancial servicesOperationsAgenciesStartupsSouth Africa
Resources
DocumentationAPI referenceChangelogFree toolsGlossarySecurity
Popular models
Gemini 3.5 FlashDeepSeek V4GPT-5.5Qwen 3.5Best open-weight modelsExplore all
Company
EnterpriseContactBook a demo
© 2026 Allocate. All rights reserved.POPIA ready · security overview
Allocate
quickstarts

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.md

Cursor

mkdir -p .cursor/rules
curl -fsSL https://allocate.network/skill/allocate-inference/SKILL.md \
  -o .cursor/rules/allocate-inference.mdc

Codex and opencode

curl -fsSL https://allocate.network/skill/allocate-inference/SKILL.md >> AGENTS.md

Agent-readable docs

  • Append .md to any docs URL for the raw page: https://allocate.network/docs/quickstarts/first-call.md
  • https://allocate.network/docs/llms.txt indexes every docs page with a one-line description.
  • https://allocate.network/llms-full.txt covers the full site, including the model catalog with live pricing.

Point your agent at the index and it can navigate the rest itself.

PreviousYour first inference callNextGetting access
On this pageInstall the skillAgent-readable docs