eavz
Outline

Outline

Open-source team knowledge base and wiki with real-time collaboration

5 actions
1 trigger

Actions

Name
list_documents

List all published documents and drafts belonging to the current user

get_document

Get a document by its ID or URL ID

create_document

Create a new document in Outline

search

Search documents by keyword across the workspace

custom_api_call

Make a custom API call to the Outline API

Triggers

Name
document_updated

Triggers when a document is updated in Outline via webhook subscription

Quick Start

TypeScript
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.