truto-api-conventions
Installation
SKILL.md
Truto API Conventions
Skill Routing
Two skills sit closest to these conventions:
- Truto skill — The reference for Truto's core concepts and APIs. Use it both to explain what something is (unified vs proxy vs custom API, integrated accounts, environments, tenants, webhooks, connection flows) and to build with it in the user's project:
fetch()calls, webhook handlers, connection flows. - Truto CLI skill — Use when running terminal commands to set up, explore, or debug. This runs
trutoCLI commands in the shell for admin tasks, one-time data access, and troubleshooting. Nothing the CLI does belongs in the user's codebase.
Base URL
https://api.truto.one
Authentication
All API requests require a Bearer token in the Authorization header: