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 27, 2026
March 27, 2026

5.1.3

(fix): Add transport-level connection error retries to the HTTP client. The retry logic now catches httpx.ConnectError and httpx.RemoteProtocolError (e.g., “Remote end closed connection without response”) and retries with exponential backoff, matching the existing status-code-based retry behavior. Also fixes the existing status-code retry path to forward the data and force_multipart parameters on retry.

5.1.2

(chore): Pretty-print generated wiremock-mappings.json with 2-space indentation to reduce diff sizes on subsequent SDK generations.

5.1.1

(fix): Ensure async_token is accepted and forwarded in generated async client constructors for bearer token auth. Previously, AsyncClientWrapper supported async_token but the top-level async client only exposed it for OAuth client credentials flows, causing sync token callables to block the event loop in async contexts.

5.1.0

(feat): Add Environments section to generated README showing how to select different environments (production/sandbox) when initializing the client.

Was this page helpful?
Edit this page
Previous

March 31, 2026

Next

March 26, 2026