Skip to main content
KiwiFS Cloud is the hosted version of KiwiFS. It handles workspace provisioning, authentication, billing, and multi-tenant routing so you can skip deployment and go straight to building.

How it works

Cloud authenticates your request and forwards it to the KiwiFS instance that backs your workspace. All self-hosted KiwiFS features — REST, MCP, search, versioning, drafts, and more — are available through the cloud proxy.

Authentication

Every workspace has a kiwi_sk_* API key. Pass it as a Bearer token:
Get your key from Settings → API Key in the workspace UI, or via the CLI:

REST API

Base URL: https://api.kiwifs.com/api/workspaces/{slug} The cloud proxy exposes the same endpoints as self-hosted KiwiFS. Key endpoints:
For the full endpoint reference, see the REST API documentation. All endpoints documented there work under the cloud base URL.

MCP

The MCP endpoint for a cloud workspace is:
For agents that support MCP OAuth (Claude Desktop, Cursor, etc.):
The agent will open a browser login flow on first connection.
All 60+ MCP tools are available through the cloud endpoint. See MCP tool reference.

CLI setup

kiwifs connect detects your MCP client (Claude Desktop, Cursor, etc.) and writes the appropriate config file.

API key management

API keys are shown once on creation or rotation. Store them securely — KiwiFS Cloud stores only a hash and cannot recover the plaintext.

Public workspaces

Workspaces can be set to public or unlisted visibility. Public workspaces expose read-only endpoints without authentication:

Differences from self-hosted

API overview

Full REST API reference (endpoints work the same on cloud).

MCP

60+ MCP tools and client setup.

Agent playbook

Agent onboarding with kiwi_context.

Quickstart

Self-hosted quickstart for local development.
Last modified on May 30, 2026