Developer platform & API

Build your first integration

From an API key to your first API call in a few minutes.

3 min read · Updated June 28, 2026


Here's the shortest path from zero to your own tool talking to Stoatify.

  1. 1Create a key. In Settings → Developer, make an API key scoped to just what you need (say, view and add documents).
  2. 2Make a call. Test it: curl -H "Authorization: Bearer sk_..." https://api.stoatify.com/api/documents.
  3. 3Pick a tool. Reach for the SDK in Node, the CLI in the terminal, or plain HTTP from any tool.
  4. 4React to changes (optional). Add a webhook so your system hears about new or changed documents.

Good to know

Keep the key's scope tight and rotate it on a schedule. See Securing programmatic access.

Tip

Want an AI assistant to do the work instead of writing code? Connect one over MCP.

Was this article helpful?

Ready to try it?

Open your vault and put this into practice.

Open app