Slite
Slite is the self-maintaining AI knowledge base that stays accurate. Verified by your team, synced with your tools, trusted by every agent.
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| API Key | api_key | available | — |
调用示例
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "SLITE_ASK", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("SLITE_ASK", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute SLITE_ASK --data '{ }'Tool 目录
可用 Tools
26 个可调用操作
Ask a questionSLITE_ASKAsk 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.需要连接1 scope
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.
认证
需要 Connected AccountScopes
readTags
Create a noteSLITE_CREATE_NOTECreate 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.需要连接1 scope
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.
认证
需要 Connected AccountScopes
writeTags
Delete custom contentSLITE_DELETE_INDEXDelete a custom content from AskX usage.需要连接1 scope
Delete a custom content from AskX usage.
认证
需要 Connected AccountScopes
writeTags
Delete a note and its childrenSLITE_DELETE_NOTE_BY_IDDelete a note and its children by id. !!! It's irreversible !!!需要连接1 scope
Delete a note and its children by id. !!! It's irreversible !!!
认证
需要 Connected AccountScopes
writeTags
Flag note as outdatedSLITE_FLAG_NOTE_AS_OUTDATEDSet Outdated status on a note with optional reason需要连接1 scope
Set Outdated status on a note with optional reason
认证
需要 Connected AccountScopes
writeTags
Get group by IDSLITE_GET_GROUP_BY_IDGet a group by ID需要连接1 scope
Get a group by ID
认证
需要 Connected AccountScopes
readTags
Return a noteSLITE_GET_NOTE_BY_IDReturn a note by id需要连接1 scope
Return a note by id
认证
需要 Connected AccountScopes
readTags
Return note children by parent note idSLITE_GET_NOTE_CHILDRENReturn note children by parent note id需要连接1 scope
Return note children by parent note id
认证
需要 Connected AccountScopes
readTags
Read a threadSLITE_GET_THREADRead 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.需要连接1 scope
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.
认证
需要 Connected AccountScopes
readTags
Get user by IDSLITE_GET_USER_BY_IDGet a user by ID需要连接1 scope
Get a user by ID
认证
需要 Connected AccountScopes
readTags
Index a custom contentSLITE_INDEXIndex a custom content for AskX usage.需要连接1 scope
Index a custom content for AskX usage.
认证
需要 Connected AccountScopes
writeTags
List empty notes for knowledge managementSLITE_LIST_EMPTY_NOTES_FOR_KNOWLEDGE_MANAGEMENTList empty notes for knowledge management.需要连接1 scope
List empty notes for knowledge management.
认证
需要 Connected AccountScopes
readTags
List inactive notes for knowledge managementSLITE_LIST_INACTIVE_NOTES_FOR_KNOWLEDGE_MANAGEMENTList inactive notes for knowledge management.需要连接1 scope
List inactive notes for knowledge management.
认证
需要 Connected AccountScopes
readTags
List custom contentSLITE_LIST_INDEXList custom content ids from AskX usage.需要连接1 scope
List custom content ids from AskX usage.
认证
需要 Connected AccountScopes
readTags
List notesSLITE_LIST_NOTESList notes with optional filtering by owner需要连接1 scope
List notes with optional filtering by owner
认证
需要 Connected AccountScopes
readTags
List notes for knowledge managementSLITE_LIST_NOTES_FOR_KNOWLEDGE_MANAGEMENTList notes for knowledge management.需要连接1 scope
List notes for knowledge management.
认证
需要 Connected AccountScopes
readTags
List public notes for knowledge managementSLITE_LIST_PUBLIC_NOTES_FOR_KNOWLEDGE_MANAGEMENTList public notes for knowledge management.需要连接1 scope
List public notes for knowledge management.
认证
需要 Connected AccountScopes
readTags
Return the authenticated user information.SLITE_MEReturn authenticated user information.需要连接1 scope
Return authenticated user information.
认证
需要 Connected AccountScopes
readTags
Search groupsSLITE_SEARCH_GROUPSSearch for groups by name需要连接1 scope
Search for groups by name
认证
需要 Connected AccountScopes
readTags
Search notesSLITE_SEARCH_NOTESSearch 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.需要连接1 scope
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.
认证
需要 Connected AccountScopes
readTags
Search usersSLITE_SEARCH_USERSSearch for users by email, name, or username需要连接1 scope
Search for users by email, name, or username
认证
需要 Connected AccountScopes
readTags
Update a noteSLITE_UPDATE_NOTEUpdate note content with markdown, html, or sliteml and/or title需要连接1 scope
Update note content with markdown, html, or sliteml and/or title
认证
需要 Connected AccountScopes
writeTags
Archive or unarchive a noteSLITE_UPDATE_NOTE_ARCHIVED_STATEUpdate the archived state of a note需要连接1 scope
Update the archived state of a note
认证
需要 Connected AccountScopes
writeTags
Update note ownerSLITE_UPDATE_NOTE_OWNERUpdate the owner of a note, it can be a user or a group需要连接1 scope
Update the owner of a note, it can be a user or a group
认证
需要 Connected AccountScopes
writeTags
Update a tile in a noteSLITE_UPDATE_TILEUpdate 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.需要连接1 scope
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.
认证
需要 Connected AccountScopes
writeTags
Verify a noteSLITE_VERIFY_NOTESet Verified status on a note with optional verification expiration需要连接1 scope
Set Verified status on a note with optional verification expiration
认证
需要 Connected AccountScopes
writeTags