Outline
Open-source team knowledge base and wiki with real-time collaboration
Actions
| Name | Description |
|---|---|
list_documentsList all published documents and drafts belonging to the current user | List all published documents and drafts belonging to the current user |
get_documentGet a document by its ID or URL ID | Get a document by its ID or URL ID |
create_documentCreate a new document in Outline | Create a new document in Outline |
searchSearch documents by keyword across the workspace | Search documents by keyword across the workspace |
custom_api_callMake a custom API call to the Outline API | Make a custom API call to the Outline API |
Triggers
| Name | Description |
|---|---|
document_updatedTriggers when a document is updated in Outline via webhook subscription | Triggers when a document is updated in Outline via webhook subscription |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'outline',
actionName: 'list_documents',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Outline to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Outline support?
Outline supports 5 actions including List Documents, Get Document, Create Document, Search Documents, Custom API Call.
Can I use Outline with AI agents?
Yes. Add Outline to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Outline use?
Outline uses Custom. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Outline integration cost?
The Outline integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does Outline support?
Outline supports 1 triggers including Document Updated.
Connect Outline in 2 minutes
Get 1,000 free actions every month. No credit card required.