Credentials
- What credentials are: API keys, secrets, and wallets used by connectors, LLMs, and onchain nodes.
- Encryption: AES-256 at rest; decrypted in memory during execution only.
- Getting credentials: Add Exchange keys, LLM keys, and a Wallet in the Credentials section.
- Wallet: a smart account on EVM chains (powered by Safe) for onchain actions like swaps and lending. Learn more.
- How credentials are used in workflows: You select a credential in a node's properties.
- Sharing safety: Credentials are scrubbed automatically when sharing.
- Best practices: Least privilege, rotate keys, sandbox/testing.
Quick start
- Go to Credentials.
- Add an Exchange credential (e.g., Alpaca) with your API key/secret.
- Add an LLM credential (e.g., Claude) if you plan to use LLM nodes.
- Add a Wallet if you plan to use onchain nodes like Aave or CoW Swap.
- In your workflow, choose the credential in the relevant node.