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.
Now your users can consume the helper function by importing it from the SDK.
1
client.myHelper();
Adding custom client configuration
The Java SDK generator supports builder extensibility through an opt-in self-type pattern. When enabled via the enable-extensible-builders flag, generated builders can be extended while maintaining type safety during method chaining.
Common use cases include:
Dynamic URL construction: Replace placeholders with runtime values (e.g., https://api.${TENANT}.example.com)