Integrations and no-code automation
Connect Stoatify to other tools with Zapier or a plain bearer token.
3 min read · Updated June 28, 2026
Your API key is all most tools need to connect Stoatify to the rest of your stack. Anything that can send an HTTP request with a bearer token can talk to the REST API.
The universal way in
- Send your scoped key as
Authorization: Bearer sk_...from Make, n8n, a Zapier Webhooks step, scripts, or in-house services. - Read and write anything the API exposes: documents, tags, categories, share links, and more.
Zapier app
There's also a purpose-built Zapier app that authenticates with your key and provides a New Document trigger and a Create Document action, so you can wire Stoatify into a Zap without touching HTTP.
Good to know
Give each integration its own narrowly-scoped key, and rotate it periodically. See Securing programmatic access.
Tip
Building something custom? The CLI and SDK are the quickest way in.
Was this article helpful?