Skip to main content
GET

Portkey is now PRISMA AIRS AI Gateway. See it in action.

Contact Us

Authorizations

x-portkey-api-key
string
header
required

Path Parameters

slug
string
required

Response

200 - application/json

Successful response

id
string<UUID>
organisation_id
string<UUID>
ai_provider_id
string
name
string
status
enum<string>
Available options:
active,
archived
created_at
string<date-time>
last_updated_at
string<date-time> | null
slug
string
description
string
object
enum<string>
Available options:
integration
masked_key
string

Masked API key

configurations
OpenAI · object

Configuration for OpenAI integrations. Supports three authentication modes selected via provider_auth_type:

  • apiKey (default) – standard API-key auth; no extra fields required.
  • oauthClientCredentials – Portkey obtains an access token from your IdP using the OAuth 2.0 client-credentials grant and forwards it to OpenAI.
  • wif (Workload Identity Federation) – Portkey mints a subject JWT via your configured IdP and exchanges it at OpenAI's WIF token endpoint.
global_workspace_access_settings
object | null

Global workspace access configuration

allow_all_models
boolean

Whether new models will be enabled by default

workspace_count
integer

Number of workspaces with access to this integration

secret_mappings
object[]

Secret reference mappings for this integration. Valid target_field values are "key" or "configurations.".

pricing_adjustments
object | null

Per-Integration pricing adjustments applied on top of Portkey's base model pricing for cost tracking, analytics, and budget limits. Use to reflect negotiated discounts, committed-use rates, or internal markups for cost showback.

Example:
Last modified on August 3, 2026