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
  • Overview
    • What is an API definition?
    • Project structure
      • Overview
      • Overrides
      • Authentication
      • Servers
      • Sync your specification
        • Overview
        • Audiences
        • Availability
        • Request + response examples
        • Ignoring elements
        • Server names
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
AsyncAPIExtensions

Availability

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

Use audiences to filter your API

Next

Request + response examples

Mark features as available in specific SDK versions:

asyncapi.yml
1operations:
2 newFeature:
3 action: send
4 channel:
5 $ref: '#/channels/new~1feature'
6 x-fern-availability:
7 status: beta
8 message: "This feature is in beta and may change"