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.
WebsiteStatusSupportDashboard
DocumentationAPI ReferenceMCPSDKsCLI (new)What's New?
DocumentationAPI ReferenceMCPSDKsCLI (new)What's New?
LogoLogo
WebsiteStatusSupportDashboard

What's New?

Subscribe to the latest product updates
August 27, 2025
August 27, 2025
Was this page helpful?
Edit this page
Previous

August 25, 2025

Next
Built with
  1. Enhanced Tool Retry Logic with Backoff Plans: You can now use Assistant.hooks.do[type=tool].tool.backoffPlan and Assistant.hooks.do[type=tool].tool.server.backoffPlan to configure retry behavior for tool calls. Options include:
  • fixed backoff (default): Consistent delay between retries.
  • exponential backoff: Increasing delays for subsequent retries
  • Configurable retry limits: Set maxRetries (0-10, default: 0)
  • Flexible timing: Adjust baseDelaySeconds (0-10 seconds)
  • Smart status code handling: Exclude specific HTTP status codes from retry attempts.