Developer documentation
OpenSIN API & integration docs
Clean, direct docs for teams shipping against the OpenSIN platform.
Consumer docs live at docs.opensin.ai.
If you are not building an integration, start there.
Quickstart
Start here if you need the fastest path from zero to working API calls.
bun install
bun ./scripts/build.mjs
Authentication
Use the token flow documented per integration surface. Keep scopes explicit.
Cloudflare Pages hosts this site; the docs stay static and fast.
SDKs
Link language-specific SDK guides, code samples, and client conventions here.
- TypeScript SDK
- Go SDK
- Python SDK
Webhooks
Document signatures, retries, and edge cases first. Keep examples compact.
Cloudflare deployment
wrangler pages deploy dist \
--project-name website-developers-opensin-ai
Consumer docs
If you are not building an integration, use the simpler consumer surface at docs.opensin.ai.