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.
- 1Create a key. In Settings → Developer, make an API key scoped to just what you need (say, view and add documents).
- 2Make a call. Test it:
curl -H "Authorization: Bearer sk_..." https://api.stoatify.com/api/documents. - 3Pick a tool. Reach for the SDK in Node, the CLI in the terminal, or plain HTTP from any tool.
- 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?