Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 736 Bytes

File metadata and controls

15 lines (7 loc) · 736 Bytes

APIKeyType

Type of API key determining its purpose and scope. - STANDARD: Regular organization API key with standard permissions. - MARKETPLACE_SUBSCRIPTION: Special key generated for marketplace subscriptions, allowing cross-org access to specific marketplace retrievers. - RETRIEVER: Per-retriever API key scoped to execute a specific retriever. Only the retriever owner can create these keys. Prefix: ret_sk_

Enum

  • STANDARD (value: 'standard')

  • MARKETPLACE_SUBSCRIPTION (value: 'marketplace_subscription')

  • RETRIEVER (value: 'retriever')

[Back to Model list] [Back to API list] [Back to README]