Outline website screenshot

Outline

Outline is an open-source team knowledge base and wiki with a fully featured RPC-style REST API for programmatically managing documents, collections, teams, users, groups, comments, shares, attachments, and importing or exporting organizational knowledge. The main application itself is built on the same API it exposes publicly.

Outline publishes 18 APIs on the APIs.io network, including AccessRequests API, Attachments API, Auth API, and 15 more. Tagged areas include Knowledge Base, Wiki, Documents, Collaboration, and Open Source.

The Outline catalog on APIs.io includes 2 JSON-LD contexts and 1 Spectral governance ruleset.

Outline’s developer surface includes authentication, documentation, changelog, status page, pricing, engineering blog, and 10 more developer resources.

50.2/100 developing ▬ flat Agent 42/100 agent ready Full breakdown ↓
scored 2026-08-05 · rubric v0.9.1
AccessPaidSelf serve
18 APIs
Knowledge BaseWikiDocumentsCollaborationOpen SourceTeam

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-05 · rubric v0.9.1
Composite quality — 50.2/100 · developing
Contract Quality 17.7 / 25
Developer Ergonomics 4.3 / 20
Commercial Clarity 10.0 / 20
Operational Transparency 3.8 / 13
Governance 7.0 / 12
Discoverability 7.4 / 10
Agent readiness — 42/100 · agent ready
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 7 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 6 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/outline: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 18

Individual APIs this provider publishes, each with its own machine-readable definition.

Outline AccessRequests API

`AccessRequests` represent a request by a user for access to a document they do not currently have permission to view. The request can be approved or dismissed by a user with pe...

Outline Attachments API

`Attachments` represent a file uploaded to cloud storage. They are created before the upload happens from the client and store all the meta information such as file type, size, ...

Outline Auth API

`Auth` represents the current API Keys authentication details. It can be used to check that a token is still valid and load the IDs for the current user and workspace.

Outline Collections API

`Collections` represent grouping of documents in the knowledge base, they offer a way to structure information in a nested hierarchy and a level at which read and write permissi...

Outline Comments API

`Comments` represent a comment either on a selection of text in a document or on the document itself.

Outline DataAttributes API

`DataAttributes` represent custom metadata fields that can be attached to documents. They allow workspaces to add structured data like status, priority, or any other custom prop...

Outline Documents API

`Documents` are what everything else revolves around. A document represents a single page of information and always returns the latest version of the content. Documents are stor...

Outline Events API

`Events` represent an artifact of an action. Whether it is creating a user, editing a document, changing permissions, or any other action – an event is created that can be used ...

Outline FileOperations API

`FileOperations` represent background jobs for importing or exporting files. You can query the file operation to find the state of progress and any resulting output.

Outline Groups API

`Groups` represent a list of users that logically belong together, for example there might be groups for each department in your organization. Groups can be granted access to co...

Outline OAuthAuthentications API

`OAuthAuthentications` represent individual scoped authentications between Outline and an `OAuthClient`.

Outline OAuthClients API

`OAuthClients` represent OAuth clients that can be used to authenticate users with third-party services.

Outline Revisions API

`Revisions` represent a snapshot of a document at a point in time. They are used to keep track of editing and collaboration history – a document can also be restored to a previo...

Outline Shares API

`Shares` represent authorization to view a document without being a member of the workspace. Shares are created in order to give access to documents publicly. Each user that sha...

Outline Stars API

`Stars` represent a favorited document or collection in the application sidebar. Each user has their own collection of starred items.

Outline Templates API

`Templates` represent reusable document templates that can be used as a starting point when creating new documents. Templates can be scoped to a specific collection or available...

Outline Users API

`Users` represent an individual with access to the knowledge base. Users can be created automatically when signing in with SSO or when a user is invited via email.

Outline Views API

`Views` represent a compressed record of an individual users views of a document. Individual views are not recorded but a first, last and total is kept per user.

Scroll for all 18

Pricing Plans 1

Published pricing tiers and plan structures.

Outline Plans Pricing

4 plans

PLANS

Rate Limits 1

Documented rate limits and quota policies.

Outline Rate Limits

0 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Semantic Vocabularies 2

JSON-LD contexts and semantic vocabularies used across these APIs.

Outline Api Context

0 classes · 0 properties

JSON-LD

Outline Context

16 classes · 0 properties

JSON-LD

Spectral Rules 1

Spectral governance rulesets for linting and validating these APIs.

Outline API Rules

5 rules · 3 warnings 2 info

SPECTRAL

JSON Schema 38

Standalone JSON Schema definitions for this provider's data models.

Ability

0 properties

JSON SCHEMA

AccessRequest

11 properties

JSON SCHEMA

Attachment

6 properties

JSON SCHEMA

Auth

2 properties

JSON SCHEMA

Collection

20 properties

JSON SCHEMA

CollectionGroupMembership

6 properties

JSON SCHEMA

CollectionStatus

0 properties

JSON SCHEMA

Comment

13 properties

JSON SCHEMA

DataAttribute

9 properties

JSON SCHEMA

DataAttributeDataType

0 properties

JSON SCHEMA

DataAttributeOptions

2 properties

JSON SCHEMA

Document

23 properties

JSON SCHEMA

DocumentDataAttribute

3 properties

JSON SCHEMA

DocumentInsight

8 properties

JSON SCHEMA

Error

5 properties

JSON SCHEMA

Event

12 properties

JSON SCHEMA

FileOperation

12 properties

JSON SCHEMA

Group

9 properties

JSON SCHEMA

GroupMembership

6 properties

JSON SCHEMA

Invite

3 properties

JSON SCHEMA

Membership

8 properties

JSON SCHEMA

NavigationNode

4 properties

JSON SCHEMA

OAuthAuthentication

7 properties

JSON SCHEMA

OAuthClient

14 properties

JSON SCHEMA

Pagination

2 properties

JSON SCHEMA

Permission

0 properties

JSON SCHEMA

Policy

2 properties

JSON SCHEMA

Revision

13 properties

JSON SCHEMA

SearchResult

5 properties

JSON SCHEMA

Share

23 properties

JSON SCHEMA

Sorting

2 properties

JSON SCHEMA

Star

6 properties

JSON SCHEMA

Team

19 properties

JSON SCHEMA

Template

15 properties

JSON SCHEMA

TextEditMode

0 properties

JSON SCHEMA

User

12 properties

JSON SCHEMA

UserRole

0 properties

JSON SCHEMA

View

7 properties

JSON SCHEMA

Scroll for all 38

Examples 112

Example request and response payloads for these APIs.

Accessrequestsapprove

6 fields

EXAMPLE

Accessrequestscreate

6 fields

EXAMPLE

Accessrequestsdismiss

6 fields

EXAMPLE

Accessrequestsinfo

6 fields

EXAMPLE

Attachmentscreate

6 fields

EXAMPLE

Attachmentsdelete

6 fields

EXAMPLE

Attachmentsredirect

6 fields

EXAMPLE

Authconfig

5 fields

EXAMPLE

Authinfo

5 fields

EXAMPLE

Collectionsaddgroup

6 fields

EXAMPLE

Collectionsadduser

6 fields

EXAMPLE

Collectionscreate

6 fields

EXAMPLE

Collectionsdelete

6 fields

EXAMPLE

Collectionsdocuments

6 fields

EXAMPLE

Collectionsexport

6 fields

EXAMPLE

Collectionsexportall

6 fields

EXAMPLE

Collectionsinfo

6 fields

EXAMPLE

Collectionslist

6 fields

EXAMPLE

Collectionsmemberships

6 fields

EXAMPLE

Collectionsremovegroup

6 fields

EXAMPLE

Collectionsremoveuser

6 fields

EXAMPLE

Collectionsupdate

6 fields

EXAMPLE

Commentscreate

6 fields

EXAMPLE

Commentsdelete

6 fields

EXAMPLE

Commentsinfo

6 fields

EXAMPLE

Commentslist

6 fields

EXAMPLE

Commentsupdate

6 fields

EXAMPLE

Dataattributescreate

6 fields

EXAMPLE

Dataattributesdelete

6 fields

EXAMPLE

Dataattributesinfo

6 fields

EXAMPLE

Dataattributeslist

6 fields

EXAMPLE

Dataattributesupdate

6 fields

EXAMPLE

Documentsaddgroup

6 fields

EXAMPLE

Documentsadduser

6 fields

EXAMPLE

Documentsanswerquestion

6 fields

EXAMPLE

Documentsarchive

6 fields

EXAMPLE

Documentsarchived

6 fields

EXAMPLE

Documentscreate

6 fields

EXAMPLE

Documentsdelete

6 fields

EXAMPLE

Documentsdeleted

6 fields

EXAMPLE

Documentsdocuments

6 fields

EXAMPLE

Documentsdrafts

6 fields

EXAMPLE

Documentsduplicate

6 fields

EXAMPLE

Documentsemptytrash

5 fields

EXAMPLE

Documentsexport

6 fields

EXAMPLE

Documentsgroupmemberships

6 fields

EXAMPLE

Documentsimport

6 fields

EXAMPLE

Documentsinfo

6 fields

EXAMPLE

Documentsinsights

6 fields

EXAMPLE

Documentslist

6 fields

EXAMPLE

Documentsmemberships

6 fields

EXAMPLE

Documentsmove

6 fields

EXAMPLE

Documentsremovegroup

6 fields

EXAMPLE

Documentsremoveuser

6 fields

EXAMPLE

Documentsrestore

6 fields

EXAMPLE

Documentssearch

6 fields

EXAMPLE

Documentssearchtitles

6 fields

EXAMPLE

Documentstemplatize

6 fields

EXAMPLE

Documentsunpublish

6 fields

EXAMPLE

Documentsupdate

6 fields

EXAMPLE

Documentsusers

6 fields

EXAMPLE

Documentsviewed

6 fields

EXAMPLE

Eventslist

6 fields

EXAMPLE

Fileoperationsdelete

6 fields

EXAMPLE

Fileoperationsinfo

6 fields

EXAMPLE

Fileoperationslist

6 fields

EXAMPLE

Fileoperationsredirect

6 fields

EXAMPLE

Groupsadduser

6 fields

EXAMPLE

Groupscreate

6 fields

EXAMPLE

Groupsdelete

6 fields

EXAMPLE

Groupsinfo

6 fields

EXAMPLE

Groupslist

6 fields

EXAMPLE

Groupsmemberships

6 fields

EXAMPLE

Groupsremoveuser

6 fields

EXAMPLE

Groupsupdate

6 fields

EXAMPLE

Oauthauthenticationslist

6 fields

EXAMPLE

Oauthclientscreate

6 fields

EXAMPLE

Oauthclientsdelete

6 fields

EXAMPLE

Oauthclientsinfo

6 fields

EXAMPLE

Oauthclientslist

6 fields

EXAMPLE

Oauthclientsrotatesecret

6 fields

EXAMPLE

Oauthclientsupdate

6 fields

EXAMPLE

Revisionsinfo

6 fields

EXAMPLE

Revisionslist

6 fields

EXAMPLE

Sharescreate

6 fields

EXAMPLE

Sharesinfo

6 fields

EXAMPLE

Shareslist

6 fields

EXAMPLE

Sharesrevoke

6 fields

EXAMPLE

Sharesupdate

6 fields

EXAMPLE

Starscreate

6 fields

EXAMPLE

Starsdelete

6 fields

EXAMPLE

Starslist

6 fields

EXAMPLE

Starsupdate

6 fields

EXAMPLE

Templatescreate

6 fields

EXAMPLE

Templatesdelete

6 fields

EXAMPLE

Templatesduplicate

6 fields

EXAMPLE

Templatesinfo

6 fields

EXAMPLE

Templateslist

6 fields

EXAMPLE

Templatesrestore

6 fields

EXAMPLE

Templatesupdate

6 fields

EXAMPLE

Usersactivate

6 fields

EXAMPLE

Usersdelete

6 fields

EXAMPLE

Usersinfo

6 fields

EXAMPLE

Usersinvite

6 fields

EXAMPLE

Userslist

6 fields

EXAMPLE

Userssuspend

6 fields

EXAMPLE

Usersupdate

6 fields

EXAMPLE

Usersupdaterole

6 fields

EXAMPLE

Viewscreate

6 fields

EXAMPLE

Viewslist

6 fields

EXAMPLE

Scroll for all 112

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Outline Authentication

http/oauth2 · 2 schemes

SECURITY

Outline Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Scopes 1

OAuth scopes governing access to this provider's APIs.

Outline Scopes

2 scopes · authorizationCode

2 scopes

SCOPES

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Outline Agentic Access

112 operations · 112 acting · 1 human-in-the-loop

112 operations · 112 acting

AGENTIC

Resources

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 1

Pagination, idempotency, versioning, errors, and events

Build 2

SDKs, sample code, and the tooling you integrate with

Access & Security 3

Authentication, authorization, and security posture

Operate 3

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 1

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: outline
name: Outline
description: Outline is an open-source team knowledge base and wiki with a fully featured RPC-style REST API for programmatically
  managing documents, collections, teams, users, groups, comments, shares, attachments, and importing or exporting organizational
  knowledge. The main application itself is built on the same API it exposes publicly.
accessModel:
  pricing: paid
  onboarding: self-serve
  trial: false
  try_now: false
  public: false
  label: Paid · Self-serve signup
  confidence: high
  source:
  - plans
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/outline.png
url: https://raw.githubusercontent.com/api-evangelist/outline/refs/heads/main/apis.yml
created: '2026-06-13'
modified: '2026-06-13'
specificationVersion: '0.19'
tags:
- Knowledge Base
- Wiki
- Documents
- Collaboration
- Open Source
- Team
apis:
- aid: outline:outline-accessrequests-api
  name: Outline AccessRequests API
  description: '`AccessRequests` represent a request by a user for access to a document

    they do not currently have permission to view. The request can be approved

    or dismissed by a user with permission to share the document.'
  humanURL: https://www.getoutline.com/developers
  baseURL: https://app.getoutline.com/api
  tags:
  - AccessRequests
  properties:
  - type: OpenAPI
    url: openapi/outline-accessrequests-api-openapi.yml
  - type: Documentation
    url: https://www.getoutline.com/developers
  - type: GitHubRepository
    url: https://github.com/outline/openapi
- aid: outline:outline-attachments-api
  name: Outline Attachments API
  description: '`Attachments` represent a file uploaded to cloud storage. They are created

    before the upload happens from the client and store all the meta information

    such as file type, size, and location.'
  humanURL: https://www.getoutline.com/developers
  baseURL: https://app.getoutline.com/api
  tags:
  - Attachments
  properties:
  - type: OpenAPI
    url: openapi/outline-attachments-api-openapi.yml
  - type: Documentation
    url: https://www.getoutline.com/developers
  - type: GitHubRepository
    url: https://github.com/outline/openapi
- aid: outline:outline-auth-api
  name: Outline Auth API
  description: '`Auth` represents the current API Keys authentication details. It can be

    used to check that a token is still valid and load the IDs for the current

    user and workspace.'
  humanURL: https://www.getoutline.com/developers
  baseURL: https://app.getoutline.com/api
  tags:
  - Auth
  properties:
  - type: OpenAPI
    url: openapi/outline-auth-api-openapi.yml
  - type: Documentation
    url: https://www.getoutline.com/developers
  - type: GitHubRepository
    url: https://github.com/outline/openapi
- aid: outline:outline-collections-api
  name: Outline Collections API
  description: '`Collections` represent grouping of documents in the knowledge base, they

    offer a way to structure information in a nested hierarchy and a level

    at which read and write permissions can be granted to individual users or

    groups of users.'
  humanURL: https://www.getoutline.com/developers
  baseURL: https://app.getoutline.com/api
  tags:
  - Collections
  properties:
  - type: OpenAPI
    url: openapi/outline-collections-api-openapi.yml
  - type: Documentation
    url: https://www.getoutline.com/developers
  - type: GitHubRepository
    url: https://github.com/outline/openapi
- aid: outline:outline-comments-api
  name: Outline Comments API
  description: '`Comments` represent a comment either on a selection of text in a document

    or on the document itself.'
  humanURL: https://www.getoutline.com/developers
  baseURL: https://app.getoutline.com/api
  tags:
  - Comments
  properties:
  - type: OpenAPI
    url: openapi/outline-comments-api-openapi.yml
  - type: Documentation
    url: https://www.getoutline.com/developers
  - type: GitHubRepository
    url: https://github.com/outline/openapi
- aid: outline:outline-dataattributes-api
  name: Outline DataAttributes API
  description: '`DataAttributes` represent custom metadata fields that can be attached to

    documents. They allow workspaces to add structured data like status, priority,

    or any other custom properties to their documents.'
  humanURL: https://www.getoutline.com/developers
  baseURL: https://app.getoutline.com/api
  tags:
  - DataAttributes
  properties:
  - type: OpenAPI
    url: openapi/outline-dataattributes-api-openapi.yml
  - type: Documentation
    url: https://www.getoutline.com/developers
  - type: GitHubRepository
    url: https://github.com/outline/openapi
- aid: outline:outline-documents-api
  name: Outline Documents API
  description: '`Documents` are what everything else revolves around. A document represents

    a single page of information and always returns the latest version of the

    content. Documents are stored in [Markdown](https://spec.commonmark.org/)

    formatting.'
  humanURL: https://www.getoutline.com/developers
  baseURL: https://app.getoutline.com/api
  tags:
  - Documents
  properties:
  - type: OpenAPI
    url: openapi/outline-documents-api-openapi.yml
  - type: Documentation
    url: https://www.getoutline.com/developers
  - type: GitHubRepository
    url: https://github.com/outline/openapi
- aid: outline:outline-events-api
  name: Outline Events API
  description: '`Events` represent an artifact of an action. Whether it is creating a user,

    editing a document, changing permissions, or any other action – an event

    is created that can be used as an audit trail or activity stream.'
  humanURL: https://www.getoutline.com/developers
  baseURL: https://app.getoutline.com/api
  tags:
  - Events
  properties:
  - type: OpenAPI
    url: openapi/outline-events-api-openapi.yml
  - type: Documentation
    url: https://www.getoutline.com/developers
  - type: GitHubRepository
    url: https://github.com/outline/openapi
- aid: outline:outline-fileoperations-api
  name: Outline FileOperations API
  description: '`FileOperations` represent background jobs for importing or exporting files.

    You can query the file operation to find the state of progress and any

    resulting output.'
  humanURL: https://www.getoutline.com/developers
  baseURL: https://app.getoutline.com/api
  tags:
  - FileOperations
  properties:
  - type: OpenAPI
    url: openapi/outline-fileoperations-api-openapi.yml
  - type: Documentation
    url: https://www.getoutline.com/developers
  - type: GitHubRepository
    url: https://github.com/outline/openapi
- aid: outline:outline-groups-api
  name: Outline Groups API
  description: '`Groups` represent a list of users that logically belong together, for

    example there might be groups for each department in your organization.

    Groups can be granted access to collections with read or write permissions.'
  humanURL: https://www.getoutline.com/developers
  baseURL: https://app.getoutline.com/api
  tags:
  - Groups
  properties:
  - type: OpenAPI
    url: openapi/outline-groups-api-openapi.yml
  - type: Documentation
    url: https://www.getoutline.com/developers
  - type: GitHubRepository
    url: https://github.com/outline/openapi
- aid: outline:outline-oauthauthentications-api
  name: Outline OAuthAuthentications API
  description: '`OAuthAuthentications` represent individual scoped authentications between

    Outline and an `OAuthClient`.'
  humanURL: https://www.getoutline.com/developers
  baseURL: https://app.getoutline.com/api
  tags:
  - OAuthAuthentications
  properties:
  - type: OpenAPI
    url: openapi/outline-oauthauthentications-api-openapi.yml
  - type: Documentation
    url: https://www.getoutline.com/developers
  - type: GitHubRepository
    url: https://github.com/outline/openapi
- aid: outline:outline-oauthclients-api
  name: Outline OAuthClients API
  description: '`OAuthClients` represent OAuth clients that can be used to authenticate

    users with third-party services.'
  humanURL: https://www.getoutline.com/developers
  baseURL: https://app.getoutline.com/api
  tags:
  - OAuthClients
  properties:
  - type: OpenAPI
    url: openapi/outline-oauthclients-api-openapi.yml
  - type: Documentation
    url: https://www.getoutline.com/developers
  - type: GitHubRepository
    url: https://github.com/outline/openapi
- aid: outline:outline-revisions-api
  name: Outline Revisions API
  description: '`Revisions` represent a snapshot of a document at a point in time. They

    are used to keep track of editing and collaboration history – a document

    can also be restored to a previous revision if necessary.'
  humanURL: https://www.getoutline.com/developers
  baseURL: https://app.getoutline.com/api
  tags:
  - Revisions
  properties:
  - type: OpenAPI
    url: openapi/outline-revisions-api-openapi.yml
  - type: Documentation
    url: https://www.getoutline.com/developers
  - type: GitHubRepository
    url: https://github.com/outline/openapi
- aid: outline:outline-shares-api
  name: Outline Shares API
  description: '`Shares` represent authorization to view a document without being a member

    of the workspace. Shares are created in order to give access to documents publicly.

    Each user that shares a document will have a unique share object.'
  humanURL: https://www.getoutline.com/developers
  baseURL: https://app.getoutline.com/api
  tags:
  - Shares
  properties:
  - type: OpenAPI
    url: openapi/outline-shares-api-openapi.yml
  - type: Documentation
    url: https://www.getoutline.com/developers
  - type: GitHubRepository
    url: https://github.com/outline/openapi
- aid: outline:outline-stars-api
  name: Outline Stars API
  description: '`Stars` represent a favorited document or collection in the application sidebar.

    Each user has their own collection of starred items.'
  humanURL: https://www.getoutline.com/developers
  baseURL: https://app.getoutline.com/api
  tags:
  - Stars
  properties:
  - type: OpenAPI
    url: openapi/outline-stars-api-openapi.yml
  - type: Documentation
    url: https://www.getoutline.com/developers
  - type: GitHubRepository
    url: https://github.com/outline/openapi
- aid: outline:outline-templates-api
  name: Outline Templates API
  description: '`Templates` represent reusable document templates that can be used as a

    starting point when creating new documents. Templates can be scoped to a

    specific collection or available workspace-wide.'
  humanURL: https://www.getoutline.com/developers
  baseURL: https://app.getoutline.com/api
  tags:
  - Templates
  properties:
  - type: OpenAPI
    url: openapi/outline-templates-api-openapi.yml
  - type: Documentation
    url: https://www.getoutline.com/developers
  - type: GitHubRepository
    url: https://github.com/outline/openapi
- aid: outline:outline-users-api
  name: Outline Users API
  description: '`Users` represent an individual with access to the knowledge base. Users

    can be created automatically when signing in with SSO or when a user is

    invited via email.'
  humanURL: https://www.getoutline.com/developers
  baseURL: https://app.getoutline.com/api
  tags:
  - Users
  properties:
  - type: OpenAPI
    url: openapi/outline-users-api-openapi.yml
  - type: Documentation
    url: https://www.getoutline.com/developers
  - type: GitHubRepository
    url: https://github.com/outline/openapi
- aid: outline:outline-views-api
  name: Outline Views API
  description: '`Views` represent a compressed record of an individual users views of a

    document. Individual views are not recorded but a first, last and total

    is kept per user.'
  humanURL: https://www.getoutline.com/developers
  baseURL: https://app.getoutline.com/api
  tags:
  - Views
  properties:
  - type: OpenAPI
    url: openapi/outline-views-api-openapi.yml
  - type: Documentation
    url: https://www.getoutline.com/developers
  - type: GitHubRepository
    url: https://github.com/outline/openapi
common:
- type: AgenticAccess
  url: agentic-access/outline-agentic-access.yml
- type: DomainSecurity
  url: security/outline-domain-security.yml
- type: Authentication
  url: authentication/outline-authentication.yml
- type: OAuthScopes
  url: scopes/outline-scopes.yml
- type: Documentation
  url: https://docs.getoutline.com/s/guide
- type: OpenAPI
  url: https://raw.githubusercontent.com/outline/openapi/main/spec3.yml
- type: GitHubOrganization
  url: https://github.com/outline
- type: GitHubRepository
  url: https://github.com/outline/outline
- type: ChangeLog
  url: https://www.getoutline.com/changelog
- type: Status
  url: https://status.getoutline.com/
- type: Webhooks
  url: https://docs.getoutline.com/s/47305ccd-9f29-4edf-b48a-21c239bd625e
- type: Integrations
  url: https://docs.getoutline.com/s/hosting/doc/integrations-Oav5MXNDJk
- type: Pricing
  url: https://www.getoutline.com/pricing
- type: Plans
  url: plans/outline-plans-pricing.yml
- type: RateLimits
  url: rate-limits/outline-rate-limits.yml
- type: FinOps
  url: finops/outline-finops.yml
- url: https://www.getoutline.com/changelog
  type: Blog
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com