Third-party integration pages for Cartesia documentation. If you've built something something that integrates your product with Cartesia, and want it listed on our docs site, this is where you submit it.
- Fork this repo
- Copy
TEMPLATE.mdxintosubmissions/your-integration-name.mdx - Write your page following the template and Style Guide
- Self-review against the checklist in SKILL.md
- Open a pull request, and then let us know which one is yours.
A Cartesia team member will review your PR using the same SKILL.md checklist. We may have
feedback — we hold a high quality bar. Once approved and merged, we'll publish the page to docs.cartesia.ai/integrations/community/your-integration-name.
A community integration page shows developers how to use Cartesia with your tool or platform. It should include a working code example that a developer can copy-paste and run.
You're welcome to link to your product and docs — just don't turn the page into a sales pitch.
This is not the place to re-document Cartesia's API, pitch your product, or write a tutorial that happens to mention Cartesia.
- One MDX file per integration, following
TEMPLATE.mdxexactly - Tag which Cartesia product(s) your integration supports via
cartesia_productin frontmatter (valid values:tts,stt,line) - All code examples must be complete and runnable (include imports)
- No marketing language — let the code speak
- No images or screenshots — if your integration needs a visual walkthrough, link to your own docs for that
- Multiple languages are welcome using Mintlify
[<Tabs>](https://mintlify.com/docs/content/components/tabs)but not required - Read the Style Guide before writing
You own your page. Here's what that means:
- Each page has a
last_verifieddate in its frontmatter - At 6 months without re-verification: we email you asking to confirm the page is still accurate
- At 6 months + 2 weeks, no response: a "community-maintained — last verified [date]" banner appears on the page
- At 12 months without re-verification: we email again — the page will be unpublished in 2 weeks if not re-verified
- At 12 months + 2 weeks, no response: the page is unpublished
To re-verify, open a PR updating the last_verified date (and fix anything that's changed). This resets the clock. Use SKILL.md as your self-review checklist before submitting.
Open an issue on this repo.