Slite

Slite logo

Slite

This connector enables AI agents and RAG systems to retrieve context from Slite through Airweave’s unified search layer.

Configuration

Slite source connector.

Syncs notes (documents) from your Slite workspace. Uses a personal API key (Settings > API). List notes with optional parent filter, then fetches full content per note (markdown) for embedding.

Authentication

Supported authentication methods:

  • Direct Credentials
  • Auth Provider

Configuration Options

This connector does not have any additional configuration options.

Data Models

The following data models are available for this connector:

Schema for a Slite note (document).

Maps to Slite’s Note/NoteWithContent from the public API.

FieldTypeDescription
note_idstrSlite note ID (id from API).
namestrTitle of the note
contentOptional[str]Note body in Markdown or HTML
parent_note_idOptional[str]Parent note id (null if root).
created_atOptional[datetime]When the note was created (derived if not from API).
modified_atOptional[datetime]When the note was last edited (lastEditedAt).
updated_atOptional[datetime]When the note was last updated (updatedAt).
archived_atOptional[datetime]When the note was archived (null if not archived).
review_stateOptional[str]Review state: Verified, Outdated, VerificationRequested.
ownerOptional[Dict[str, Any]]Owner (userId or groupId) for review.
columnsList[str]Column names if note is in a collection.
attributesList[str]Attribute values if note is in a collection (ordered by column).
web_url_valueOptional[str]URL to open the note in Slite.