May 2026 Summaries
10 posts from Fern
Filter
Month:
Year:
Post Summaries
Back to Blog
HR tech vendors face significant challenges in building partner ecosystems due to complex documentation requirements that generic developer portals fail to address, particularly around APIs for payroll, benefits, and workforce data that are laden with compliance obligations and PII management. The need for precise, up-to-date API documentation that integrates compliance context, role-based access, and audit logging is critical to prevent support tickets, stalled integrations, and prolonged sales cycles. Various platforms, such as Fern, SwaggerHub, Kong Konnect, Backstage, and Stoplight, offer different solutions for managing these documentation needs, with Fern standing out for its comprehensive approach to SDK generation, branded documentation, and integrated compliance controls. This tool generates documentation directly from API definitions, ensuring that partners have access to accurate, synchronized references and compliance information necessary for handling sensitive HR data. As HR ecosystems become more interconnected, the infrastructure supporting these integrations becomes a crucial product decision, with platforms like Fern providing a managed path that simplifies the complexities of maintaining partner portals without extensive engineering overhead.
May 31, 2026
2,047 words in the original blog post.
Enterprise teams face significant challenges in managing API documentation, which becomes increasingly complex as organizations scale. Key issues include ensuring API documentation remains accurate and in sync with the evolving API, meeting compliance requirements, and providing developer portals that effectively serve both human readers and AI coding agents. The need for a robust documentation platform that supports spec-driven generation, Git-native workflows, AI readiness, analytics, and private deployment is critical. The text evaluates five platforms—Fern, ReadMe, Mintlify, Stoplight, and GitBook—based on their ability to meet these criteria. Fern stands out for its comprehensive offering, providing spec-driven generation, Git-native deployment, a full AI stack, and private cloud hosting, making it suitable for compliance-driven enterprises. The importance of machine-readable documentation, role-based access controls, and analytics to identify content gaps is emphasized, highlighting the architectural differences between platforms focused on enterprise-grade solutions and those offering basic hosted documentation sites.
May 31, 2026
2,789 words in the original blog post.
Building integrations with Workday, ADP, and Rippling APIs presents distinct challenges due to their varied approaches to developer experiences and documentation quality. Workday requires familiarity with its object model and often gates documentation behind logins, complicating the setup process with bi-annual release cycles that necessitate extensive regression testing. ADP, while offering a mature developer portal, scatters its documentation across different product lines, forcing developers to navigate multiple silos. Conversely, Rippling provides a more straightforward approach with token-based authentication and seeded sandboxes, allowing for quicker initial setup, though it lacks comprehensive edge case documentation. These differences impact not only the speed of integration but also the ongoing maintenance costs for partners, as they often need to implement custom solutions to accommodate varying data models and authentication protocols across the platforms. Fern addresses these challenges by providing a unified API specification that generates consistent SDKs and documentation, reducing integration time and maintenance overhead for partners.
May 23, 2026
2,219 words in the original blog post.
By 2026, the competitive edge for insurance carriers lies in the ease and speed of API integration for partners such as brokers, MGAs, fintechs, and embedded insurance platforms, emphasizing a seamless, self-service onboarding experience. Carriers are expected to provide comprehensive developer platforms featuring interactive API references, real-time sandbox environments, and OAuth 2.0 authentication with mTLS, facilitating full policy lifecycle management through endpoints for quoting, binding, endorsing, renewing, and canceling policies. Effective partner portals require robust documentation, including interactive API explorers, multi-language code samples, and full error schemas, enabling partners to integrate without extensive support. Fern emerges as a key tool in streamlining this process by generating typed SDKs and auto-updating documentation from a single OpenAPI spec, consolidating the SDK, docs, and onboarding pipeline into one efficient workflow. As distribution becomes increasingly fragmented, with a rise in embedded insurance and program business, carriers that offer modern API partner portals with advanced authentication and real-time synchronization capabilities position themselves at the forefront of the evolving insurance ecosystem.
May 23, 2026
2,025 words in the original blog post.
Fern recently launched a new marketing site to align with the evolving ways APIs are consumed, particularly by AI agents, following its acquisition by Postman. The redesign, led by Kapil Gowru and Mathieu Legault, emphasizes future-proofing API consumption by integrating advanced interactions and components developed with Claude Code and Devin AI. The site focuses on enhancing the agent experience by ensuring APIs are AI-ready, and on catering to enterprise customers like Nvidia and Square, who prefer consolidated vendor solutions for SDK generation, documentation, and CLI support. The redesign shifts from explanatory content to showcasing outcomes, offering interactive experiences that demonstrate the benefits of Fern's platform, such as real-time updates to branded documentation and agentic coding tools. This initiative is part of Postman's long-term strategy to expand Fern's reach and cement its role in the future of API development and agent platforms.
May 20, 2026
588 words in the original blog post.
Replay is a feature designed to maintain customizations in Fern-generated SDKs by automatically applying user edits during each regeneration through a 3-way merge, allowing for seamless integration of new updates without losing manual modifications. This capability addresses limitations of the previous .fernignore system, which protected entire files from being overwritten but was less scalable for managing line-level changes. Replay works by detecting custom commits in the SDK's git history since the last generation, applying these as tracked patches, and resolving conflicts through a structured merge process. The tool ensures that custom helpers and domain-specific logic are preserved and reapplied on top of any code changes, thus eliminating the need for repetitive manual adjustments after every code generation. The feature has been successfully implemented in production environments for companies like Frame.io and Auth0, adapting to various edge cases such as non-linear histories, multi-developer overlaps, and complex renaming scenarios. By harmonizing with the existing .fernignore method, Replay enhances the flexibility and maintainability of SDK customizations, enabling developers to efficiently manage and evolve their codebases without sacrificing their tailored enhancements.
May 19, 2026
1,138 words in the original blog post.
At Fern, the sole technical writer crafts documentation that caters both to human users and AI agents by leveraging a strategy that involves creating content that is not only readable but executable by AI. This approach entails embedding additional context in the form of llms-only tags to aid AI agents in executing tasks like setting up a documentation site autonomously while keeping human-facing content clean and streamlined. The documentation is designed to support AI agents in understanding and navigating systems with added procedural and contextual information that humans might not require. By breaking down long pages into focused sections and ensuring that content is up-to-date and easily accessible, Fern Docs ensures that both humans and AI agents can efficiently find and use the necessary information. The integration of platform-level scaffolding is key, as it indexes and structures the content in a way that is accessible to AI, highlighting the interdependence between content creation and platform support to facilitate effective AI interaction.
May 15, 2026
1,480 words in the original blog post.
An API catalog serves as a centralized, searchable repository that inventories every API an organization owns, capturing crucial metadata such as specifications, ownership, documentation, and lifecycle status. This centralized approach prevents redundancy, enhances security by tracking deprecated endpoints, and accelerates onboarding by making APIs easily discoverable. With organizations interacting with an average of 15,000 APIs, an API catalog becomes essential for governance and efficiency. It allows developers, architects, and product teams to audit the complete API surface, reducing duplicate builds and ensuring the reuse of work. RFC 9727 standardizes API discovery, enabling automated tools to index APIs without manual registration, which is crucial for AI agents that autonomously invoke APIs. Effective catalogs require a central registry, rich metadata, search capabilities, and access controls to maintain integrity at scale. Tools like Fern automate documentation generation from specifications like OpenAPI, ensuring the catalog reflects the latest deployed code and enhancing the trustworthiness and utility of the catalog as a single source of truth.
May 15, 2026
2,012 words in the original blog post.
API governance often fails when documentation is out of sync with the OpenAPI specifications, leading to issues like deprecated endpoints remaining visible and breaking changes occurring unnoticed. This discrepancy, known as API drift, results in security audit failures and integration problems. Contract-driven development is proposed as a solution, where the API specification is treated as the single source of truth, and all related artifacts, including documentation and SDKs, are auto-generated from this spec. This approach ensures that any changes to the API are reflected consistently across all documentation and client libraries, preventing drift and maintaining alignment. Tools like Fern help automate this process, generating SDKs and documentation from a single spec across multiple languages, thereby ensuring consistency and reducing manual maintenance. By embedding governance policies directly into the API specification, teams can enforce versioning, deprecation, and compliance more effectively, eliminating gaps between what developers read and what is actually implemented in production.
May 15, 2026
2,218 words in the original blog post.
Fern's CLI generator enables the creation of a fully functional command-line interface (CLI) using the same API specifications as its other SDK generators, supporting OpenAPI and soon GraphQL, AsyncAPI, and gRPC. Designed with Rust for efficiency, it provides a single, statically linked binary that can be installed across platforms such as macOS, Linux, and Windows. This tool is beneficial for both humans and agents, offering features like machine-readable schemas and validation against common agent errors, and it can operate as both a CLI and a server for shell-less clients. The generator simplifies the complex task of building a CLI by automatically syncing with API changes, eliminating the need for manual code generation, and distributing through popular package managers like npm and Homebrew.
May 07, 2026
988 words in the original blog post.