llms.txt Content
# Siftable
> AI-native workspace and context layer from ExecuFunction. Siftable gives people
> and agents shared access to tasks, calendar, knowledge, people, code context,
> code memory, documents, vault, and persistent workspace memory through MCP
> (Model Context Protocol), CLI, and REST API interfaces.
- [For Agents](https://siftable.io/agents.html): Siftable gives your agent a workspace: real tasks, calendar, projects, code, and memory as structured, queryable state.
- [Docs](https://siftable.io/docs.html): MCP setup, CLI installation, authentication, tool domains, workflows, and API reference.
- [Pricing](https://siftable.io/pricing.html): Free includes 200 credits/month; paid plans add larger monthly credit pools and expanded model access.
> **Access scopes:** Each PAT is domain-scoped. A calendar-only token cannot read tasks or vault secrets. Request only the scopes your agent needs.
## Getting Started
- [MCP Quickstart](https://siftable.io/docs.html#quickstart): 3-step setup: get PAT, configure MCP, verify
- [CLI Installation](https://siftable.io/docs.html#cli-install): `npm i -g @siftable/cli`, device flow auth, first command
- [Authentication](https://siftable.io/docs.html#authentication): Device flow (CLI) or PAT (MCP/API)
- [MCP Connection](https://siftable.io/docs.html#connection): SSE endpoint, compatible clients
## Tool Domains (MCP + CLI)
Each domain is accessible via MCP tools, CLI commands, and REST API. Full reference at docs.html. The primary CLI command is `sift`; `siftable` and `exf` are compatibility aliases.
- [Tasks](https://siftable.io/docs.html#tasks): MCP `task_list` / CLI `sift tasks list` — CRUD, status, priority, project filters
- [Calendar](https://siftable.io/docs.html#calendar): MCP `calendar_list_events` / CLI `sift calendar list` — events by date range
- [Projects](https://siftable.io/docs.html#projects): MCP `project_get_context` / CLI `sift projects context` — full project overview
- [Knowledge](https://siftable.io/d