API documentation
Stonewake API
The Stonewake API provides read-only programmatic access to the intelligence in your Stonewake workspace: portfolio monitoring, entity risk, and counterparty and country intelligence for export finance teams.
Responses are plain JSON over HTTPS. The API is read-only by design: no endpoint creates, changes, or deletes anything in your workspace.
Base URL: https://api.stonewake.aiWho gets access
The API is available to Stonewake customers, by arrangement. Access is enabled per workspace by Stonewake; once enabled, a workspace admin creates and manages API keys in the dashboard. To arrange access for your workspace, contact your Stonewake representative or write to contact@stonewake.ai.
Built for developers and AI agents
The API is designed to be operated by software, whether that software is written by hand or driven by an AI agent. Responses use stable field names, refusals carry machine-readable error codes rather than prose to parse, and this documentation is itself machine-readable: every page is also served as plain markdown at its path plus .md, and the site root serves llms.txt (a one-line index of every page) and llms-full.txt (all pages as one markdown file). If you are wiring up an agent, the Quickstart ends with a block you can paste straight into its context.
Contents
- Quickstart: from key to first response in five minutes.
- Authentication: Bearer keys, the
swk_live_format, and handling rules. - Keys and access management: creating, listing, and revoking keys.
- API reference: the live /v1 endpoints, pagination, and response posture.
- Errors and rate limits: status codes, error bodies, and traffic ceilings.