Documentation Index
Fetch the complete documentation index at: https://docs.secapi.ai/llms.txt
Use this file to discover all available pages before exploring further.
Go SDK
The Go SDK is deliberately thin. It mirrors the canonical REST contract and stays useful when you want explicit request control without building a generated client jungle.
Status
Bootstrap client
A lightweight Go client is available in
packages/sdk-go.REST parity
The Go surface mirrors the public wire format instead of inventing Go-only semantics.
Backend fit
Best for services that want typed helpers and explicit control over retries and logging.
First useful path
Example
Smoke path
Read next
API Reference
Check the literal calls behind the Go helpers.
Operations
Use the release verification and readiness checks before shipping a backend integration.