Getting Started
Agents & LLMs
Full documentation available as a single markdown file for LLMs and AI agents
The full Superbridge documentation is available as a single markdown file at /llms.txt, designed for consumption by LLMs and AI agents.
Usage
Point your agent or coding assistant at the following URL to give it full context on the Superbridge API:
https://docs.superbridge.app/llms.txtThis file is auto-generated from the documentation source and stays in sync with every page on this site.
What's Included
The /llms.txt file contains the complete content of every documentation page, including:
- Overview and concepts
- API endpoint descriptions, parameters, and response schemas
- Guides on transaction lifecycle, approvals, signing, and more
- SDK and Widget documentation
Tips for Agents
- Use the OpenAPI spec alongside
/llms.txtfor precise request/response types. - The SDK provides type-safe TypeScript wrappers if your agent runs in a Node.js environment.
- See the Overview page for more on why Superbridge is a good fit for automated bridging.