Fetch workspace’s secrets
curl --request GET \ --url https://api.eda.prisme.ai/v2/workspaces/{workspaceId}/security/secrets \ --header 'X-Prismeai-API-Key: <api-key>'
{ "openaiApiKey": { "value": "some secret api key" }, "allowedModels": { "value": [ "gpt4", "gpt4o" ] } }
Workspace id
Show child attributes
Was this page helpful?