docs

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

  1. Go to Credentials.
  2. Add an Exchange credential (e.g., Alpaca) with your API key/secret.
  3. Add an LLM credential (e.g., Claude) if you plan to use LLM nodes.
  4. Add a Wallet if you plan to use onchain nodes like Aave or CoW Swap.
  5. In your workflow, choose the credential in the relevant node.