Quick Start Guide
Get started with Reasoner by using one of our Client SDKs
The quickest way to get started with Reasoner is by using the Python SDK.
Installation
To install the Python SDK, you can run the following command or equivalent for your package manager.
Authentication
Once you’ve installed the SDK, run the following command to authenticate with Reasoner.
After you have completed the steps to get authenticated, you’re ready to go!
Building and Tracing Your First Index
To get started with your first index, copy and paste the following example into your code editor of choice and run it as a script.
The following code snippet demonstrates how to use the SDK to
- Create an index
- Populate that index
- Build it
- Run a trace on the index
If you’d like to request an SDK for a language that we don’t currently support, let us know. We’re always looking to expand our SDK offerings and would love to hear from you.