Silo developer docs
Build on Silo.
The Silo control plane gives your app OAuth, governance, audit trails, MCP, and REST behind one integration. This site is the reference for builders. For the audience pitch see /developers; for plans see /pricing/developers.
Why build on Silo
Silo is a control plane that sits between AI apps and the data they need. Wire Silo once and your app inherits:
- →Persistent memory via cloud silos — a hosted, queryable knowledge store per user, per app.
- →OAuth-authenticated service access — Google, Dropbox, Plaid, GitHub, and more, under one policy layer.
- →Governance — per-tool approvals, PII scrubbing, injection detection, audit, rate limits.
- →Two transports out of the box — Streamable HTTP MCP and a REST tool execution API.
- →A user-owned data envelope — the data outlives your app and stays portable via the open .silo format.
Start here
Register an app, complete the OAuth flow, and call your first tool from any MCP-compliant client.
Hit the same tools over plain HTTP, governed by the same policy pipeline. No MCP client required.
Every connection auto-provisions a hosted memory silo. Target it from any tool call with silo_id="default".
Every silo_* tool with input/output schemas and policy notes. Start with get_scope, then silo_recall.
Next steps
Ready to ship? Open the dashboard to register an OAuth client and grab your first bearer token, then walk through the MCP quickstart.