LogoLogo
Python SDKSlack
  • Documentation
  • Cookbooks
  • Self-Hosting
  • Release Notes
  • Reference
  • API Reference
    • Overview
    • Python SDK
    • OpenTelemetry SDK
    • OpenInference SDK
    • Phoenix OSS
    • GraphQL API
      • Getting Started with GraphQL
      • How To Use GraphQL
        • Forming Calls
        • Using global node IDs
        • Querying Nested Data
        • Notebook Examples
        • Mutations
      • Admin API
      • Annotations API
      • Custom Metrics API
      • Dashboards API
      • File Importer API
      • Online Tasks API
      • Metrics API
      • Models API
      • Monitors API
      • Table Importer API
      • Resource Limitations
  • Export Data API
  • Prompt Hub API
  • Authentication & security
    • Arize Private Connect
    • API Keys
    • SSO & RBAC
      • Setting Up SSO with Okta
    • Compliance
      • Arize Audit Log
    • Whitelisting
Powered by GitBook

Support

  • Chat Us On Slack
  • support@arize.com

Get Started

  • Signup For Free
  • Book A Demo

Copyright © 2025 Arize AI, Inc

On this page

Was this helpful?

  1. Authentication & security

API Keys

Arize supports user keys which are designed to work across the platform. Users can create multiple user keys and they have the same permissions as the user. Legacy keys (space-level API keys and user-level developer keys) will still function, but will be deprecated.

Example of User Keys:

If a user has admin access to Space A, and read-only access to Space B, the key reflects these permissions.

Create a key

  1. Go to Space Settings → API Key.

  2. Click Generate key.

  3. Copy and save the key immediately. For security, the full key is shown only once during creation.

Important: Treat your key like a password—store it somewhere secure and rotate it regularly.

Where you can use it

The same key now authenticates every Arize client and workflow:

  • pandas logger

  • Dataset uploads & validations

  • Experiments

  • Exports

  • GraphQL & REST endpoints

  • Anything supported by the Arize SDK v7.40.1+

Upcoming

  • Service keys will be supported

  • User and Service keys will have the ability to be scoped to limit what the key can do

Last updated 7 days ago

Was this helpful?