# Slite AI integration on Definable

> Your company knowledge base, on autopilot

## What this connects

Your company knowledge base, on autopilot

Vendor: https://slite.com/

## Tools available

**16** tools available. First 12:

- `SLITE_ASK_QUESTION` — 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.
- `SLITE_CREATE_NOTE` — 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.
- `SLITE_DELETE_NOTE_BY_ID` — 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.
- `SLITE_FLAG_NOTE_AS_OUTDATED` — 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.
- `SLITE_GET_AUTHENTICATED_USER` — 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` — 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.
- `SLITE_GET_NOTE_CHILDREN` — 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.
- `SLITE_LIST_NOTES` — 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` — 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.
- `SLITE_SEARCH_NOTES` — 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` — Search Users — Tool to search for users in Slite by email, name, or username. Use when you need to find users in the organization.
- `SLITE_UPDATE_NOTE` — 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.

## Auth

Auth schemes: `API_KEY`.

## How agents use Slite

Inside a Definable workflow, Slite is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Slite** — the Researcher (GPT-5.5) pulls context from Slite (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Slite** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Slite (create record, post message, draft email).
- **Designer / Engineer → Distributor → Slite** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Slite (attach file, open PR comment, post status).

The Verifier checks every Slite call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- documents — https://definable.ai/apps/category/documents/
- notes — https://definable.ai/apps/category/notes/

## Related

- HTML page: https://definable.ai/apps/slite/
- Same category (documents): https://definable.ai/apps/category/documents/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
