Allocate
Cloud AgentsA fleet that works, in secure sandboxesModelsEvery model behind one keyRecursiveDBWork becomes training signalTrainingYour data becomes your modelMeterEvery token tracked, liveData SecurityIsolated inside your boundary
EnterprisePricing
ChangelogDocsFree toolsGlossary
ModelsSign inTalk to sales
Allocate documentation
QuickstartsYour first inference callUse Allocate from your coding agent
PlatformGatewayRoutesModelsKeysMeter
API referenceCreate a chat completionList models
PlanesPrivate Inference CloudCloudlightCloudheavyLearningAgentsRecursiveDBTraining
Allocate

Regulated cloud inference. An AI model you own and grow, on infrastructure you control.

Product
Cloud AgentsModelsRecursiveDBTrainingMeterData SecurityPricing
Solutions
HealthcareInsuranceFinancial servicesOperationsAgenciesStartupsSouth AfricaGulf region
Resources
ChangelogDocumentationAPI referenceFree toolsGlossarySecurity
Popular models
Gemini 3.5 FlashDeepSeek V4GPT-5.5Qwen 3.5Best open-weight modelsExplore all
Company
EnterpriseAboutCareersContactTalk to sales
© 2026 Allocate. All rights reserved.POPIA ready · security overview
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 callNextGateway
On this pageInstall the skillAgent-readable docs