LogoLogo
Book a DemoWebsite
  • Overview
  • Basics
    • Design Your Data
    • Templates
    • Fields
    • Research Questions
    • Profiles
  • Client
    • Templates
    • Fields
    • Research Questions
    • Profiles
  • API Reference
    • Templates
    • Fields
    • Research Questions
    • Profiles
  • Quick Starts
    • Company
Powered by GitBook
On this page
  • Key Concepts
  • Installation
  • Authentication

Client

PreviousProfilesNextTemplates

Last updated 3 months ago


We build our clients with 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 .

In this section we will cover how to implement and use some of the building blocks we covered in the 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 for latest version updates.

pip install evrim

Authentication

For now, Evrim uses a single API Token for user authentication, passed into the Evrim Client upon initialization.

from evrim import Evrim

client = Evrim(api_token="token-1234")

Once the client is authenticated, we can build our first Template.

Stainless
Python client SDK
Basics
Installation
Authentication
Templates
Status
Fields
Research Questions
Profiles
PyPi