Slite
Your company knowledge base, on autopilot
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
Slite authenticates with an API key. Generate the credential in your Slite account, then paste it into FlyMyAI the first time an agent uses a Slite action.
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
API Key | Sign in to your Slite account and open your account menu on the top left, then go to Settings > API. Click "Create a new key" and save it immediately as it will only be displayed once. (required) |
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
SLITE_ASK_QUESTION | Tool to ask a question to your Slite notes in natural language. Use when you need to query or search information across your notes. Supports optional filters to narrow results by parent note or specific assistant. | question |
SLITE_CREATE_NOTE | Tool to create a note from markdown or HTML content with optional template. Use when you need to create a new note in Slite with specified content and title. | title |
SLITE_DELETE_NOTE_BY_ID | Tool to permanently delete a note and all its children by ID. Use when you need to remove a note irreversibly. This operation cannot be undone. | note_id |
SLITE_FLAG_NOTE_AS_OUTDATED | Tool to set Outdated status on a note with a reason. Use when you need to flag a note as containing outdated information. | note_id, reason |
SLITE_GET_AUTHENTICATED_USER | Retrieves information about the currently authenticated user. Use this to get user details including email, display name, and organization information. | - |
SLITE_GET_NOTE_BY_ID | Tool to retrieve a complete note by its ID including content in Markdown or HTML format. Use when you need to fetch the full details and content of a specific note. | noteId |
SLITE_GET_NOTE_CHILDREN | Tool to retrieve note children by parent note ID. Use when you need to fetch child notes beneath a specified parent note. Supports pagination for notes with more than 50 children using cursor-based navigation. | noteId |
SLITE_LIST_NOTES | Tool to list notes from Slite with optional filtering by owner. Use when you need to retrieve notes, optionally filtered by a specific user. Supports cursor-based pagination via the cursor parameter. | - |
SLITE_SEARCH_GROUPS | Tool to search for groups by name in Slite. Use when you need to find groups matching a search query. Supports cursor-based pagination via the cursor parameter. | query |
SLITE_SEARCH_NOTES | Tool to search notes based on a query with optional filters. Use when you need to find notes by search term, parent note, review state, or other criteria. Supports pagination and archived note inclusion. | - |
SLITE_SEARCH_USERS | Tool to search for users in Slite by email, name, or username. Use when you need to find users in the organization. | query |
SLITE_UPDATE_NOTE | Tool to update a note's content with markdown and/or title. Use when you need to modify an existing note's content or metadata. | note_id |
SLITE_UPDATE_NOTE_ARCHIVED_STATE | Tool to update the archived state of a note in Slite. Use when you need to archive or unarchive a note. | note_id, archived |
SLITE_UPDATE_NOTE_OWNER | Tool to update the owner of a note. Use when you need to transfer note ownership to a user or group. Either userId or groupId must be provided. | note_id |
SLITE_UPDATE_TILE | Tool to update or create a tile within a Slite note with structured header and markdown content. Use when you need to update tile information including title, status, content, icon, or external URL. | noteId, tileId |
SLITE_VERIFY_NOTE | Tool to set a note's verification status to Verified with optional expiration. Use when you need to mark a note as verified or update its verification expiration date. | noteId |
Links
We love our partners - FlyMy.AI builds with the best. Thanks, Slite!