πŸ’«Quickstart

This quick start helps you to integrate your AI application with Ownlayer in minitues

Create An Account

Create an individual account

Sign up through https://app.ownlayer.com/. Each team member needs to create their accounts separately.

Create Organization

  • Find your registered email address on the top right of the home screen.

  • Click on your email address to access the dropdown menu.

  • Select 'Organizations'. This will bring you to your personal organization dashboard. If you'd like to create a separate organization to invite your team members, this is where you can do it

Add LLM Provider Credentials

To power any evals that use LLM as a judge or test prompts, you need to add the key from your LLM providers. Currently, we support OpenAI, Athorpic and Replicate.

Provider Credentials aren't shared among members of the organization. For members to use the key, they will need to add them separately

If you have multiple organizations, choose the one you'd like to create an API key for from the left panel.

Create and Install Ownlayer API Key

Choose 'API Keys' from the top panel and click 'Add API Key' to generate the key.

For security reasons, API keys are not synced among different members within the organization.

Python SDK

The Ownlayer SDK is our recommended way to integrate with Ownlayer.

Install SDK

Add add OWNLAYER_API_KEY to your .env file:

Change OpenAI or Anthropic imports to use Ownlayer wrapper

Add API Key to Your Header

You can also integrate with Ownlayer directly through API

  • Copy the generated API key and add it to the header of your API requests.

  • Follow our full API documentation for detailed instructions on how to use the API key. Example:

Last updated