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
    • What is an API definition?
    • Project structure
      • Overview
      • Overrides
      • Authentication
      • Servers
      • Sync your specification
        • Overview
        • Audiences
        • Availability
        • Request + response examples
        • Ignoring elements
        • SDK method names
        • SDK group names
        • Server names
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
OpenRPCExtensions

Server names

||View as Markdown|
Was this page helpful?
Edit this page
Previous

SDK group names

Next

What is gRPC?

Specify custom names for servers:

openrpc.yml
1servers:
2 - name: production
3 url: https://api.yourcompany.com/rpc
4 x-fern-server-name: Production
5 description: Production JSON-RPC server
6 - name: staging
7 url: https://staging-api.yourcompany.com/rpc
8 x-fern-server-name: Staging
9 description: Staging environment