Developer Tools16 toolsPaste one API key
Slite integration for AI agents
Your company knowledge base, on autopilot.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Slite once and call the same tools from all of them.
Setup
Connect Slite through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Slite exposes 16 tools through ClawLink. The 15 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
slite_ask_question | Ask a question to your Slite notes in natural language | Read |
slite_get_authenticated_user | Retrieves information about the currently authenticated user | Read |
slite_get_note_by_id | Retrieve a complete note by its ID including content in Markdown or HTML format | Read |
slite_get_note_children | Retrieve note children by parent note ID | Read |
slite_list_notes | List notes from Slite with optional filtering by owner | Read |
slite_search_groups | Search for groups by name in Slite | Read |
slite_search_notes | Search notes based on a query with optional filters | Read |
slite_search_users | Search for users in Slite by email, name, or username | Read |
slite_create_note | Create a note from markdown or HTML content with optional template | Write |
slite_flag_note_as_outdated | Set Outdated status on a note with a reason | Read |
slite_update_note | Update a note's content with markdown and/or title | Write |
slite_update_note_archived_state | Update the archived state of a note in Slite | Write |
slite_update_note_owner | Update the owner of a note | Write |
slite_update_tile | Update or create a tile within a Slite note with structured header and markdown content | Write |
slite_verify_note | Set a note's verification status to Verified with optional expiration | Read |