Slite integration for AI agents.
Slite integration for AI agents with secure authentication and server-side credential injection. Open Connector runs the OAuth, seals the token in an encrypted vault, and serves Slite tools to your agent over MCP or a typed API — credentials injected server-side, every call audited, nothing leaving your infrastructure. Open source (AGPL-3.0) and self-hostable.
Real Slite actions, managed and audited.
Your user connects Slite once; your agent can then slite is the self-maintaining AI knowledge base that stays accurate. Verified by your team, synced with your tools, trusted by every agent — scoped to the OAuth permissions you grant and the tool allowlist you configure. Every action is least-privilege and written to a tamper-evident audit trail.
- 1
Your user grants Slite access once (OAuth) — the token lands in the vault.
- 2
Your agent calls a tool over MCP or the typed API; Open Connector injects the credential server-side.
- 3
Every routed call appends a hash-chained audit record — nothing leaves your infra.
Supported Slite tools.
26 tools are generated from the published Slite catalog. Descriptions are plain text; each action remains subject to its configured authentication and tool allowlist.
Showing 26 tools. All published catalog entries are included in this page's server-rendered HTML.
- Ask a question
- Ask a question to your notes in natural language. The scope of the notes used to answer the question is restricted to the authenticated user. Various optional filters are available to restrict the scope of the notes even more.
- ask
- Create a note
- Create a note from markdown, html, or sliteml content, with a templateId or just an empty one. If no parentNoteId is specified, it will be created in your personal channel.
- createnote
- Delete custom content
- Delete a custom content from AskX usage.
- delete
- Delete a note and its children
- Delete a note and its children by id. !!! It's irreversible !!!
- deletenotebyid
- Flag note as outdated
- Set Outdated status on a note with optional reason
- flagnoteasoutdated
- Get group by ID
- Get a group by ID
- getgroupbyid
- Return a note
- Return a note by id
- getnotebyid
- Return note children by parent note id
- Return note children by parent note id
- getnotechildren
- Read a thread
- Read an ask/agent thread back as question / answer rounds. This is both the poll endpoint for a `processing` answer (`GET /ask` returns the `threadId` to poll) and a general way to read a past conversation: it returns every round's question and answer, without the intermediate events. While the run is still working the response is `202` with `status: "processing"` — poll again after `retryAfterSeconds` / the `Retry-After` header.
- get
- Get user by ID
- Get a user by ID
- getuserbyid
- Index a custom content
- Index a custom content for AskX usage.
- index
- List empty notes for knowledge management
- List empty notes for knowledge management.
- listemptynotesforknowledgemanagement
- List inactive notes for knowledge management
- List inactive notes for knowledge management.
- listinactivenotesforknowledgemanagement
- List custom content
- List custom content ids from AskX usage.
- list
- List notes
- List notes with optional filtering by owner
- listnotes
- List notes for knowledge management
- List notes for knowledge management.
- listnotesforknowledgemanagement
- List public notes for knowledge management
- List public notes for knowledge management.
- listpublicnotesforknowledgemanagement
- Return the authenticated user information.
- Return authenticated user information.
- me
- Search groups
- Search for groups by name
- searchgroups
- Search notes
- Search notes based on a query. The scope of the notes is restricted to the authenticated user. Various optional filters are available to restrict the scope of the search even more.
- searchnotes
- Search users
- Search for users by email, name, or username
- searchusers
- Update a note
- Update note content with markdown, html, or sliteml and/or title
- updatenote
- Archive or unarchive a note
- Update the archived state of a note
- updatenotearchivedstate
- Update note owner
- Update the owner of a note, it can be a user or a group
- updatenoteowner
- Update a tile in a note
- Update or create tile. A tile is rendered with a structured header and a markdown content. You can create a tile by copying a tile id from Slite by clicking on `Copy block id` on an empty line setting in the editor.
- updatetile
- Verify a note
- Set Verified status on a note with optional verification expiration
- verifynote
Slite integration, answered
- How do AI agents use Slite through Open Connector?
- Your user connects Slite once with one of its cataloged authentication methods. Open Connector stores the credential in an encrypted vault and exposes Slite tools to your agent over MCP or a typed API, with credentials injected server-side on each call.
- Is this a Slite MCP server?
- Yes. Open Connector can serve Slite as a named MCP server with a scoped allowlist and a per-user connection URL, so any MCP client can call Slite actions with credentials injected server-side.
- Where do Slite credentials live?
- In your own infrastructure. Open Connector keeps credentials in its own vault and injects them at call time, so they never leave your environment.
Give your agents Slite — keep the keys.
Open source, self-hostable, with Slite credentials that never leave your infrastructure. Run it from source today.