Slab
Slab
This connector enables AI agents and RAG systems to retrieve context from Slab through Airweave’s unified search layer.
Configuration
Slab source connector integrates with the Slab GraphQL API to extract knowledge base content.
Connects to your Slab workspace and synchronizes topics and posts. Comments are included via search() results (CommentSearchResult) and synced.
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:
SlabTopicEntity
Schema for a Slab topic (top-level category/folder).
Topics are containers for posts in Slab, similar to spaces in Confluence or databases in Notion.
SlabPostEntity
Schema for a Slab post (document/article).
Posts are the main content entities in Slab, containing documentation and wiki articles.
SlabCommentEntity
Schema for a Slab comment on a post.
Comments provide discussion and feedback on posts.