Intro
The Aipolabs ACI Python SDK offers a convenient way to access the Aipolabs ACI REST API from any Python 3.10+ application.
In most cases, you should use the SDK to interact with our system programmatically unless you have a specific reason to call the API directly.
Both the SDK and API are currently in beta, so breaking changes may occur.
SDKs for additional languages are coming soon. If you’re interested in contributing to our open-source SDKs, please reach out!
Usage
Aipolabs platform is built with agent-first principles. Although you can call each of the APIs below any way you prefer in your application, we strongly recommend trying the Agent-centric features and taking a look at the examples to get the most out of the platform and to enable the full potential and vision of future agentic applications.
For complete and up-to-date documentation, please check out the SDK repository.