Skip to main content
KalinkloOS

Developer portal

Build on the engagement ledger.

Directory access, engagement workflow endpoints, and telemetry signals — each contract explicit, each request audited, each key revocable.

Developer access is available during approved integration onboarding. Endpoints are stable for documented contracts; surfaces marked as preview may change during the founding pilot.

Quickstart

Your first call — public, no key

The v1 directory endpoints are public and rate-limited per IP — no key required. Server-to-server API keys and OAuth for delegated apps are in preview and not yet enforced. Base URL: https://kalinklo.com

GET kalinklo.com/api/v1/artists
bash
curl -X GET "https://kalinklo.com/api/v1/artists?q=violin&country=Germany" \
  -H "Accept: application/json"

Try it

Sandbox console

POST kalinklo.com/api/developers/sandbox

Try it out (sandbox)

This console calls a safe mock endpoint and never mutates production data.

Documentation

Reference chapters

SDKs & examples

Reference repositories will be published once the API leaves charter pilot. Use the API docs and sandbox console for current integration behaviour. To request early SDK access, write to the office.