Getting Started
Get a Stonal accountโ
You can get a Stonal account by contacting the API support (by email or slack).
Get some authentication credentialsโ
You need to define an API user and generate a personal access token (PAT) for it.
Define what you want to doโ
- Manage assets
- Manage documents
- Manage users
- Receive document and asset changes
- Manage stakeholders
- Manage contracts
๐ฎ Try it in Postmanโ
Download the Stonal API collection and import it into Postman to explore the endpoints interactively:
The collection bundles Assets, Documents, Users, and Legacy endpoints in separate folders, and is refreshed on every build.
๐ง Using AI coding agentsโ
This documentation follows the llms.txt convention so AI coding agents can work autonomously on your Stonal integration. Point your agent (Claude Code, Cursor, GitHub Copilot, etc.) at one of these URLs:
https://docs.stonal.io/llms.txtโ concise index with links to every guide and API referencehttps://docs.stonal.io/llms-full.txtโ full documentation bundled into a single file
Both are refreshed on every build, so your agent always sees the current API.