Create Static Tool Credential
lyzr_create_static_tool_credentialCreate a static (non-OAuth) credential for a tool by supplying a name, user ID, provider UUID, and key-value payload. Securely store API keys for use with Lyzr tools.
Instructions
Create a static (non-OAuth) tool credential.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | Owning user id | |
| credentials | Yes | Credential key/value payload, e.g. { api_key: ... } | |
| provider_uuid | Yes | Provider identifier | |
| credential_name | Yes | Name for the credential |