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 PyPI
      • Configuration
      • Adding custom code
      • Dynamic authentication
      • aiohttp support
      • 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
GeneratorsPython

Changelog

March 31, 2026
March 31, 2026

5.2.1

(fix): Fix an issue where a user-provided httpx_client was ignored when instantiating the OAuth token provider’s internal HTTP client, causing custom transports, SSL certificates, and proxies to not apply to token-refresh requests.

5.2.0

(feat): Add maxRetries custom config option. When set in generators.yml, the generated SDK uses the specified value as the default retry count instead of the hardcoded default of 2. Set to 0 to disable retries by default, which is useful for APIs with non-idempotent endpoints. SDK users can still override this per-request via request_options.

Was this page helpful?
Edit this page
Previous

April 2, 2026

Next

March 27, 2026