Docs/SDKs

SDKs

Today the API is curl-first and works with any HTTP client. Official SDKs are on the way.

Every example in these docs shows curl. Because the API is plain REST with bearer-token auth, any language's HTTP client works today. We're building idiomatic SDKs — the language tabs above each code block will fill in as they ship.

No SDK? No problem.
You don't need to wait. Point any HTTP client at the API with an Authorization: Bearer header and you're integrating today.

Planned

We're building SDKs for:

  • Node.js
  • Python
  • PHP
  • Ruby
  • Go
  • Java
  • C#/.NET
SDKs