Studio Apps
attachSecretToApp
Attach Secret to App
Attach an account-level secret to a Studio app: declares it in the app's capability surface (requestedSecrets) so the runtime proxy can inject it.
Arguments
keystringrequiredAccount-level secret key (UPPER_SNAKE_CASE).appIdstringrequiredThe Studio app ID to attach the secret to.
Returns
The registry does not declare a return shape.
Ask for it
The Cloud routes these requests to this verb.
- give this app access to my ANTHROPIC_API_KEY
- attach the shared key to my app
Pair it with
The verbs that finish the job.