The Unbound SDK is built on top of a compatible SDK interface, allowing you to seamlessly integrate Unbound’s advanced features while retaining full compatibility with existing methods. With Unbound, you can enhance your interactions with AI providers by leveraging robust monitoring, reliability, prompt management, and more features - without modifying much of your existing code.Documentation Index
Fetch the complete documentation index at: https://docs.getunbound.ai/llms.txt
Use this file to discover all available pages before exploring further.
Usage
Prerequisites
- Unbound account — Sign up at gateway.getunbound.ai
- API Key — Get yours at gateway.getunbound.ai/connect
Installing the SDK
Making a Request to Unbound
Unbound fully adheres to a familiar SDK signature. You can instantly switch to Unbound and start using our production features right out of the box. Just replace your existing import withfrom unbound import Unbound:
Async Usage
UseAsyncUnbound instead of Unbound with await:

