The headless API for structured collaboration.
Spaces, channels, forms, and workflows — integrate Kolony into your stack via RapidAPI without adopting our UI.
Spaces & channels
Organize collaboration surfaces and route conversation where work happens.
Comments
Capture discussion on Spaces and Channels — keep context where the work lives.
Modules
Attach capabilities to Spaces so teams can query Space data for their use case. Tags is available today; more modules will follow.
Forms
Define structured data capture with configuration-driven form APIs.
Workflows
Model review paths, transitions, and item state without shipping a UI.
Built for integrators
Call the REST contract under /v0. Authenticate, create spaces, open channels, and drive workflows from your own services.
curl -sS "https://<api-gateway-server-url>/v0/spaces" \
-H "Authorization: Bearer $SESSION" \
-H "Content-Type: application/json"From RapidAPI to your first call
- 01
Subscribe to the Kolony API on RapidAPI.
- 02
Complete Kolony sign-up and obtain a session.
- 03
Call /v0 endpoints against the public API host.