curl --request POST \
--url https://platform.kodexa.ai/api/organizations/{orgId}/secrets \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{}'Stores a new named secret for an organization, encrypting the value so it can be safely referenced by name from assistants, actions, and pipelines.
curl --request POST \
--url https://platform.kodexa.ai/api/organizations/{orgId}/secrets \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{}'Documentation Index
Fetch the complete documentation index at: https://developer.kodexa.ai/llms.txt
Use this file to discover all available pages before exploring further.