How it works
Authentication
- API Key
- MCP OAuth 2.1
Every workspace has a Get your key from Settings → API Key in the workspace UI, or via the CLI:
kiwi_sk_* API key. Pass it as a Bearer token:REST API
Base URL:https://api.kiwifs.com/api/workspaces/{slug}
The cloud proxy exposes the same endpoints as self-hosted KiwiFS. Key endpoints:
MCP
The MCP endpoint for a cloud workspace is:- Interactive (OAuth)
- CI / Headless (API key)
- CLI shortcut
For agents that support MCP OAuth (Claude Desktop, Cursor, etc.):The agent will open a browser login flow on first connection.
CLI setup
kiwifs connect detects your MCP client (Claude Desktop, Cursor, etc.) and writes the appropriate config file.
API key management
Public workspaces
Workspaces can be set topublic or unlisted visibility. Public workspaces expose read-only endpoints without authentication:
Differences from self-hosted
Related
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.