Base URL
Authentication
Every request is authenticated with an HTTP bearer token (a JWT minted from a workspace-scoped API key):SDKs
Official SDKs wrap the API in idiomatic clients:TypeScript
npm install @cadenya/cadenyaGo
go get github.com/cadenya/cadenya-goRuby
gem install cadenyaCLI
brew install cadenya/tools/cadenya-cliConventions
- External IDs. Pass your own
external_id:value anywhere the API accepts a Cadenya ID. See External IDs are first-class in paths. - Field masks. Updates are PUT-shaped but behave like PATCH through
update_mask. See Updates use field masks. - Pagination. List endpoints share a common shape with
limit,cursor,prefix, andquery. See List requests.