Your vault, programmable.
Automate Stoatify from your own tools. Mint scoped API keys, drive everything from the CLI, build on the SDK, or connect thousands of apps through Zapier.
{
"documents": [
{
"id": "doc_3f9c",
"name": "invoice.pdf",
"category": "Invoices",
"status": "ready"
}
]
}Scoped API keys
Mint a key with per-resource permissions (view, add, change, delete), capped by your own role, and never bypassing your access controls. Rotate or revoke it anytime.
CLI & SDK
Upload, watch a folder, and search your vault from the command line, or build on the dependency-free TypeScript and JavaScript SDK.
Zapier, REST & MCP
Connect 6000+ apps through Zapier, Make or n8n with your key, call the REST API directly, or let AI assistants in through the built-in MCP server.
Quickstart
Mint a scoped key in the app under Developer, then call the REST API with it as a Bearer token.
REST
curl -H "Authorization: Bearer sk_..." \
https://api.stoatify.com/api/documentsCLI
export STOATIFY_API_KEY=sk_...
stoatify whoami
stoatify upload invoice.pdf
stoatify watch ~/ScansTypeScript SDK
npm i @stoatify/sdkimport { StoatifyClient } from "@stoatify/sdk";
const client = new StoatifyClient({ apiKey: process.env.STOATIFY_API_KEY! });
const { documents } = await client.documents.list();Zapier, Make & n8n
Connect Stoatify to 6000+ apps. Add the Stoatify app in Zapier and paste your API key, or use a Bearer-token HTTP auth in Make or n8n. A new document can trigger a Zap, and a Zap can file a new document for you.
Give your paperwork a real home.
Start free in under a minute. Your documents, organized and private, finally.
No credit card required