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
    • Introduction
    • How it works
    • Quickstart
    • Customer showcase
  • Working with SDKs
    • Project structure
    • Adding custom code
    • Migrating to Replay
    • Capabilities
  • Generators
      • Generating an SDK
      • Publishing to NuGet
      • Configuration
      • Adding custom code
      • Version compatibility
      • Changelog
      • Customer showcase
  • Reference
    • generators.yml
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
Generators.NET

Changelog

August 29, 2024
August 29, 2024

1.8.0

(feat): Adds support for Client Credentials OAuth with token refresh.

Now you can instantiate your SDK by passing in clientId and clientSecret, and let fern handle retrieving and refreshing the token.

1var client = new ImdbClient("YOUR_CLIENT_ID", "YOUR_CLIENT_SECRET");
2await client.doThing();

1.7.0

(feat): Add support for generated reference.md files.

1.6.0

(feat): Add support for generated README.md files.

Was this page helpful?
Edit this page
Previous

October 8, 2024

Next

August 28, 2024