Developer platform

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.

~/stoatify
$ export STOATIFY_API_KEY=sk_live_...
$ stoatify upload invoice.pdf
uploaded doc_3f9c (Invoices)
$ stoatify watch ~/Scans
watching 1 folder, files will file themselves
$  
GET/api/documents
200 OK
Authorization: Bearer sk_...
{
  "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/documents

CLI

export STOATIFY_API_KEY=sk_...
stoatify whoami
stoatify upload invoice.pdf
stoatify watch ~/Scans

TypeScript SDK

npm i @stoatify/sdk
import { 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