secret_bind
Atomically bind an existing .env secret to multiple OpenServerless endpoints, making it available as ctx.. Removes the need to configure the same secret separately for each endpoint.
Instructions
Atomically bind one existing .env secret to multiple OpenServerless endpoints as ctx..
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| secret | Yes | The secret name (e.g. JWT_SECRET) | |
| endpoints | Yes | Every endpoint that must receive the same secret |