Docs SDKs & integrations
Overview
Pick the right integration for the job.
Everything on a gridtrue network is reachable through a small set of public surfaces. The CLI talks to the daemon; the daemon talks to the network; apps, IDEs and services talk to any of them through the following integrations.
| Surface | When to use it |
|---|---|
| REST + SSE API | Read attestations, query status and listen to live events from anywhere HTTP works. |
| Go SDK | Backend services, custom CI shims, tools written in Go that need typed access to the ledger. |
| TypeScript SDK | Web dashboards, Node scripts, serverless functions. First-class Svelte / React helpers. |
| MCP server | AI coding agents (Cursor, Claude Code, Windsurf, Continue, Zed) that need repo context. |
| IDE extensions | Inline Conflict Radar notifications and commit-state badges inside your editor. |
| Webhooks | Forward ledger events into Slack, Teams, Linear, PagerDuty. Configured per repo. |