Overview
The Incydr SDK is a wrapper around the Code42 APIs that provides several utility methods. You can use the SDK to develop your own tools for working with Code42 data while avoiding the overhead of session or authentication management.
Use cases
You can use the Incydr SDK to develop your own applications that:
- Search file events and alerts
- Add users to or remove users from watchlists
- Manage trusted activity
- Retrieve audit log data
- Manage users, organizations, and devices
This is not an exhaustive list of uses for the SDK.
Benefits
- Exposes convenient helper methods for all APIs in the Code42 Developer Portal
- Replaces py42, the Code42 Python SDK for most use cases
- Provides a simple wrapper over the Python requests library
- Leverages pydantic to provide data validation
Incydr SDK documentation
For more information, see the full Incydr SDK documentation on the Code42 Developer Portal.
External resources
- Incydr SDK documentation
- Github: Incydr SDK