Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.hymalaia.com/llms.txt

Use this file to discover all available pages before exploring further.

How it works

The Outline connector calls the Outline API to index collections (name and description) and documents (title and body text), with links back to your Outline workspace. Incremental runs filter by each item’s updatedAt after a full list is fetched. Updates are applied on the connector’s scheduled runs (typically daily).

Setting up

Authorization

You need your Outline instance base URL and an API token:
  • Outline Base URL — e.g. https://app.getoutline.com for Outline Cloud, or the root URL of your self-hosted Outline deployment (must be reachable from Hymalaia).
  • Outline API Token — create under workspace Settings → API & applications (or equivalent for self-hosted); the token must be allowed to list and read documents and collections.

Indexing

1

Open Outline connector

In the Hymalaia Admin Panel, open the Outline connector.
2

Configure authorization

In Step 1, set up credentials:
  • Select an existing credential, or click Create New
  • Enter Outline Base URL and Outline API Token
3

Save configuration

Click Create to save the credential configuration.
4

Continue with selected credential

Ensure the correct credential is selected, then click Continue.
5

Finish connector setup

In Step 2, set:
  • Connector Name — a display name (e.g. Outline – Product)
  • Access TypePublic or Private in Hymalaia
6

Create connector

Click Create Connector to start indexing.
For API details, see the Outline developer documentation.