Karbeam developer resources
Karbeam is a product dealers use through its dashboard, not a platform you program against. This page says plainly what exists for developers and AI agents today, and how to ask for what does not yet.
Public API
Not yet availableKarbeam does not currently publish a public REST API, an OpenAPI specification or an MCP server. Reels, visuals and publications are created from the dashboard, or by the AI assistant inside it. If your dealership or your DMS would benefit from programmatic access, tell us what you need to automate: it is how we decide what to open first.
Integrations Karbeam ships with
What connects to Karbeam today, out of the box.
Vehicle listing import
Paste a listing URL from a marketplace such as La Centrale, Le Bon Coin, AutoScout24 or Mobile.de and Karbeam reads the photos, price and specifications. Photos can also be uploaded, or a vehicle entered by hand.
Instagram and Facebook publishing
Reels, posts, carousels and stories are scheduled and published to the dealership's Instagram professional account and Facebook Page through the Meta Graph API, with per-post statistics reported back.
Dealer website and link in bio
An account can publish a stock website on its own karbeam.com subdomain, with its own sitemap.xml and robots.txt, plus a link-in-bio page for its social profiles.
Voice
Voiceovers are synthesised in the dealer's language from a library of AI voices, or from the dealer's own cloned voice.
Machine-readable endpoints
Published for search engines, crawlers and AI agents, at predictable addresses.
| Resource | Address | What it is for |
|---|---|---|
| llms.txt | https://karbeam.com/llms.txt | What Karbeam is, when an agent should reach for it, and every public page as a link list, following the llms.txt convention. |
| Markdown pages | https://karbeam.com/pricing.md | Every public page answers Accept: text/markdown (or a .md suffix) with a Markdown rendering of its content, with Vary: Accept set. |
| sitemap.xml | https://karbeam.com/sitemap.xml | XML sitemap of the English pages, with hreflang alternates. |
| fr/sitemap.xml | https://karbeam.com/fr/sitemap.xml | XML sitemap of the French pages. |
| RSS | https://karbeam.com/resources/feed | RSS feed of the articles published under Resources. |
| robots.txt | https://karbeam.com/robots.txt | Crawl rules. The dashboard is behind sign-in and excluded; every marketing page is open. |
| Structured data | https://karbeam.com/ | Organization, WebSite, BreadcrumbList and FAQPage JSON-LD in the head of the public pages. |
Try it
curl -s https://karbeam.com/llms.txt
curl -s -H "Accept: text/markdown" https://karbeam.com/pricing
curl -s -o /dev/null -w "%{http_code}\n" https://karbeam.com/a-page-that-does-not-exist
For AI agents
Karbeam has no agent-callable API yet. An agent helping a dealership can read this site in Markdown, point the dealer at the demo booking page or the free tools, or write to us on their behalf. The when-to-use guidance lives in llms.txt.
Talk to us about an integration
Integration questions, a DMS or inventory feed you would like Karbeam to read, or a partnership: write to us and we answer.