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

April 9, 2026
April 9, 2026

5.3.8

(chore): Bump generator-cli to 0.9.4.

5.3.7

(chore): Upgrade @fern-api/generator-cli to 0.9.4 which upgrades @fern-api/replay to 0.10.1.

5.3.6

(fix): Fix wire test and snippet imports ignoring package_path config. When package_path was set (e.g. package_path: myorganization), generated wire tests and README/reference snippets would import types from the root package (e.g. from auth0 import OrgBranding) instead of the nested module (e.g. from auth0.myorganization import OrgBranding), causing mypy and pytest failures.

5.3.5

(fix): Fix wire test generation producing invalid syntax (e.g. strategy=,) for object properties with literal/const types. Literal properties that resolve to nop values are now filtered out of generated constructor arguments.

5.3.4

(fix): Fix boolean path parameters being serialized as Python-style True/False instead of JSON-style true/false in URL paths. Adds encode_path_param utility that ensures proper lowercase boolean encoding for path segments.

Was this page helpful?
Edit this page
Previous

April 10, 2026

Next

April 8, 2026