Skip to content

docs: add Attendee meeting bot integration#124

Open
jqueguiner wants to merge 3 commits into
mainfrom
docs/add-attendee-integration
Open

docs: add Attendee meeting bot integration#124
jqueguiner wants to merge 3 commits into
mainfrom
docs/add-attendee-integration

Conversation

@jqueguiner

@jqueguiner jqueguiner commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

What

Adds a Gladia integration page for Attendee (attendee-labs/attendee), the open-source universal Meeting Bot API. Modeled on the existing Recall and Meeting BaaS pages.

Changes

  • New page chapters/integrations/attendee.mdx
  • Added to Integrations nav in docs.json
  • Added card to snippets/integrations-cards.mdx

Content (sourced from attendee-labs/attendee, not guessed)

  • Gladia is a supported third-party transcription provider
  • API key added in Settings → Credentials
  • Bot created via POST https://app.attendee.dev/api/v1/bots with Authorization: Token <key>
  • Provider selected via transcription_settings: { "gladia": {} }
  • Gladia options: enable_code_switching, code_switching_languages
  • Real-time transcripts via transcript.update webhook or /transcript endpoint

Summary by CodeRabbit

  • Documentation
    • Added comprehensive Attendee Meeting Bot API integration guide covering integration overview, key benefits, meeting assistant use cases, setup prerequisites, API key configuration, provider-specific code switching options, and multiple methods to retrieve transcripts via real-time webhooks and API endpoints.
    • Integrated Attendee into the integrations directory with updated navigation structure and reference card.

@coderabbitai

coderabbitai Bot commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Warning

Review limit reached

@jqueguiner, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 8 minutes and 44 seconds. Learn how PR review limits work.

Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file).

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits.

🚦 How do rate limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate.

For paid Pro and Pro+ PR reviews, CodeRabbit uses rolling per-developer review limits. Reviews become available again as older review attempts age out of the rolling limit window.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: c8287816-0638-4af9-9ef9-3fca5992167a

📥 Commits

Reviewing files that changed from the base of the PR and between 62f69fd and fa5e979.

⛔ Files ignored due to path filters (2)
  • assets/images/attendee-add-gladia-credentials.png is excluded by !**/*.png
  • assets/images/attendee-gladia-credentials.png is excluded by !**/*.png
📒 Files selected for processing (1)
  • chapters/integrations/attendee.mdx
📝 Walkthrough

Walkthrough

Adds a new chapters/integrations/attendee.mdx documentation page describing the Gladia + Attendee Meeting Bot API integration, registers the page in the docs.json navigation under "Integrations", and inserts a corresponding card entry in snippets/integrations-cards.mdx.

Changes

Attendee Integration Documentation

Layer / File(s) Summary
Attendee integration page, nav entry, and card
chapters/integrations/attendee.mdx, docs.json, snippets/integrations-cards.mdx
Creates the full Attendee integration MDX page (overview, setup, quickstart curl example, code switching provider options, transcript fetching via webhook and endpoint, next steps); adds "chapters/integrations/attendee" to the Integrations nav list between meeting-baas and twilio; and inserts a Card with title, href, icon, and description into the integrations card group.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

A bunny hops in, ears perked with delight,
A new integration page shining bright! 🐰
Attendee meets Gladia, webhooks in tow,
With code-switching options all set to go.
The nav and the cards now point the right way —
Hip hop hooray for docs day! 🎉

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'docs: add Attendee meeting bot integration' accurately and concisely summarizes the main change: adding documentation for the Attendee meeting bot integration.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/add-attendee-integration

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@chapters/integrations/attendee.mdx`:
- Line 43: The sign-up link on the attendee integration page has an incorrect
endpoint. Locate the link with the text "Sign up for a Gladia account if you
don't have one" and update its href from `https://app.gladia.io/auth/signin` to
`https://app.gladia.io/auth/signup`. The signin endpoint is for existing users
logging in, while signup is the correct endpoint for new account creation that
matches the instruction text.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 59784ea2-048c-4807-bbde-afac400123bc

📥 Commits

Reviewing files that changed from the base of the PR and between 336ca00 and 62f69fd.

📒 Files selected for processing (3)
  • chapters/integrations/attendee.mdx
  • docs.json
  • snippets/integrations-cards.mdx

Comment thread chapters/integrations/attendee.mdx Outdated
@mintlify

mintlify Bot commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
gladia 🟢 Ready View Preview Jun 23, 2026, 4:18 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants