For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Sign inBook a demo
DocsReferenceChangelog
DocsReferenceChangelog
  • Getting Started
    • Overview
    • Quickstart
  • Explanation
    • Integrating Humanloop
  • Tutorials
    • Evaluate an Agent in the UI
    • Evaluate an Agent in code
    • Evaluate a RAG app
    • Capture user feedback
  • How-To Guides
    • Migrating from Humanloop
      • Invite collaborators
      • Manage API keys
      • Manage Environments
  • Reference
    • Deployment Options
    • Supported Models
    • Template Library
    • Vercel AI SDK
    • .prompt and .agent Files
    • Humanloop Runtime Environment
    • Security and Compliance
    • Data Management
    • Access roles (RBACs)
    • SSO and Authentication
    • LLMs.txt
LogoLogo
Sign inBook a demo
On this page
  • Create a new API key
  • Revoke an API key
How-To GuidesOrganization Management

Manage API keys

API keys allow you to access the Humanloop API programmatically in your app.
Was this page helpful?
Previous

Manage Environments

How to create and use environments to manage the deployment lifecycle of Prompts
Next
Built with

Create a new API key

1

Go to your Organization’s API Keys page.

2

Click the Create new API key button.

3

Enter a name for your API key.

Choose a name that helps you identify the key’s purpose. You can’t change the name of an API key after it’s created.

4

Click Create.

5

Copy the generated API key

Save it in a secure location. You will not be shown the full API key again.

Revoke an API key

You can revoke an existing API key if it is no longer needed.

This may break production systems

When an API key is revoked, future API requests that use this key will be rejected. Any systems that are dependent on this key will no longer work.

1

Go to API keys page

Go to your Organization’s API Keys page.

2

Identify the API key

Find the key you wish to revoke by its name or by the displayed trailing characters.

3

Click ‘Revoke’

Click the three dots button on the right of its row to open its menu. Click Revoke. A confirmation dialog will be displayed. Click Remove.