Write & Organize Overview
Everything about authoring Jamdesk pages: MDX syntax, code blocks, media embeds, SEO, and the tools for previewing your work before it ships.
Jamdesk pages are MDX files: standard Markdown with React components available wherever you need them. A page is just frontmatter plus content.
---
title: Rate Limits
description: How rate limiting works across API tiers.
---
Requests are limited per API key.
<Note>Enterprise plans have custom limits.</Note>
Most of what you'll write is plain Markdown. The pages in this section cover the rest: code blocks with syntax highlighting, images and video, math notation, reusable snippets, and the frontmatter fields that control titles, icons, and SEO metadata.
MDX & Pages
Media & Embeds
Authoring Tools
You don't have to push to see your changes. Preview locally with the CLI, edit in the browser, or control the dev server from VS Code.
