Client
We build our clients with Stainless to automatically generate our SDKs. If you don't see the language you need to get started, please reach out at support@evrim.ai. For now, we publish an open-source Python client SDK.
In this section we will cover how to implement and use some of the building blocks we covered in the Basics section and will assume the reader is familiar. We recommend starting there before diving in here.
Key Concepts
Installation
Evrim client can be installed through pip. Please see PyPi for latest version updates.
Authentication
For now, Evrim uses a single API Token for user authentication, passed into the Evrim Client upon initialization.
Once the client is authenticated, we can build our first Template.
Last updated