For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Book a demoLog inStart for free
  • Getting started
    • Overview
    • How it works
    • Quickstart
    • Project structure
    • Customer showcase
    • Changelog
  • Configuration
    • Overview
    • Site-level settings
    • Page-level settings
  • Writing content
    • Markdown basics
    • Rich media in Markdown
      • Overview
      • Accordion
      • Anchor
      • Aside
      • Badge
      • Button
      • Callout
      • Card
      • Code block
      • Copy
      • Download
      • Endpoint request snippet
      • Endpoint response snippet
      • Endpoint schema snippet
      • Webhook payload snippet
      • Files
      • Frame
      • Icon
      • If
      • Indent
      • Parameter field
      • Prompt
      • Runnable endpoint
      • Schema
      • Step
      • Table
      • Tab
      • Tooltip
      • Versions
    • Fern Editor
    • Reusable snippets
  • AI features
    • Overview
    • Fern Writer
    • AI-generated examples
    • Markdown access
      • Overview
      • Customize LLM output
      • Agent directives
      • Analytics and integration
    • MCP server
    • API catalog discovery
  • Public API
    • GETJWT from Fern API key
    • GETAlgolia search credentials
    • GETCurrent user information
  • Fern Writer API
    • GETGet Fern Writer Install Link
Checking status...
SOC2Soc 2 Type II
© 2026 Fern • Birch Solutions, Inc., a Postman company

Documentation

SDKsDocsAsk FernCLI Reference

API Definitions

OpenAPIAsyncAPIOpenRPCgRPC

Resources

BlogSupportPricing

Company

Brand KitPrivacy PolicyTerms of Service
LogoLogo
Book a demoLog inStart for free
On this page
  • Usage
  • Plant Care API v2.1.0 New
  • Variants
  • Intents
  • Styles
  • Properties
Writing contentComponents

Badge

||View as Markdown|
Was this page helpful?
Edit this page
Previous

Aside

Next

Button

Use the <Badge> component to display small pieces of information, such as status indicators, categories, versions, or release dates. To display longer notes, use callouts.

Usage

Plant Care API v2.1.0 New

Markdown
1### Plant Care API <Badge intent="info">v2.1.0</Badge> <Badge intent="launch" minimal>New</Badge>

Variants

Intents

SuccessNoteTipWarningErrorInfoLaunchCheck
Markdown
1<Badge intent="success">Success</Badge>
2<Badge intent="note">Note</Badge>
3<Badge intent="tip">Tip</Badge>
4<Badge intent="warning">Warning</Badge>
5<Badge intent="error">Error</Badge>
6<Badge intent="info">Info</Badge>
7<Badge intent="launch">Launch</Badge>
8<Badge intent="check">Check</Badge>

Styles

Success badge, minimal styleError badge, minimal styleSuccess badge, outlined styleError badge, outlined and minimal style
Markdown
1<Badge intent="success" minimal>Success badge, minimal style</Badge>
2<Badge intent="error" minimal>Error badge, minimal style</Badge>
3<Badge intent="success" outlined>Success badge, outlined style</Badge>
4<Badge intent="error" minimal outlined>Error badge, outlined and minimal style</Badge>

Properties

intent
stringRequired

The semantic color of the badge. Available options: success, note, tip, warning, error, info, launch, check

minimal
booleanDefaults to false

Displays the badge with a more subtle background style. Can be combined with outlined.

outlined
booleanDefaults to false

Displays the badge with an outlined border style. Can be combined with minimal.