cloud.abridge.services

Onboarding your service

Updated 2026-08-28

Abridge Cloud is a platform, and a service is a folder. Add a folder under content/services/<slug>/ and your service shows up on the landing page with a full console — docs included — no framework or route changes required.

What you get

Once your folder exists, the platform generates everything for you:

  • A landing card that links people into your service.
  • A console at /services/<slug> — status, your resources, notifications, contact, and release notes.
  • Docs in the console's Documentation dropdown at /services/<slug>/docs, rendered from your markdown.

The folder

content/services/<slug>/
  service.yaml        # manifest (required)
  announcements.yaml  # optional — team highlights on the Overview
  releases.yaml       # optional
  docs/               # optional — markdown, auto-discovered
    index.md
    <page>.md

Start with just service.yaml. Everything else is optional and degrades to a clean empty state, so a brand-new folder still renders the full shell.

Three steps

  1. Create content/services/<slug>/service.yaml (see The manifest).
  2. Add markdown to docs/ (see Docs, releases & Notion).
  3. Open a PR. That's it — no components to touch.