Skip to main content
Version: v5.0

API keys

For a conversation to execute a team in a namespace, you must set your LLM's API key in the namespace using either the relevant Javascript platform API or the REST API:

Send a request body with the following properties:

[  {    "_name": "OPENAI_API_KEY",    "_value": "<your-secret>",    "_namespaces": [      "<your-namespace>"    ],    "_description": "OpenAI API Key for the namespace",    "_userType": "system_secrets"  }]