This is the SDK for building integrations into Autohive's AI agent platform.
The SDK code lives in src/autohive_integrations_sdk.
Basic API docs can be found in docs/apidocs.
More verbose documentation lives in docs/manual, including a tutorial to build your first integration.
The samples directory contains a very basic "API Fetch" integration as a sample starting point.
The SDK includes integration with Raygun4Py for error reporting and crash tracking. To enable error reporting:
- Set the
RAYGUN_API_KEYenvironment variable with your Raygun API key - The SDK will automatically send exception reports to Raygun when errors occur
The setup for error reporting will be done automatically for you by the Autohive application and helps us with monitoring and debugging integration issues in production environments.