action_add_secret
Add an existing .env secret to an endpoint's context to make it available for actions. Specify endpoint and secret name.
Instructions
Add a secret to an endpoint's context. The secret must exist in .env.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| secret | Yes | The secret name (e.g. MY_SECRET) | |
| endpoint | Yes | The action endpoint. Use 'name' or 'package/name'. Each segment must start with a letter and contain only letters, numbers, and hyphens; underscores and spaces are invalid (example: 'v1/employees-photo'). |