ScrapeSpace

Login Accounts

Store website credentials so the agent can log in on your behalf.

Why use login accounts?

Some websites require authentication to access data. Rather than including credentials in every prompt, you can store them once and reference them by name.

Adding an account

  1. Go to Accounts in the sidebar
  2. Click New Account
  3. Enter a label (e.g., "LinkedIn"), username, and password
  4. Optionally, enter an MFA secret (Base32 TOTP key) for two-factor authentication
  5. Save

Credentials are encrypted at rest and only decrypted when the agent needs to log in during a task.

Using accounts in prompts

When running an agent task that requires login, open Run settings and select the account from the dropdown. The agent will use those credentials to authenticate during the task.

Security

  • Credentials are encrypted using AES-256-GCM before storage
  • They are never exposed in logs, results, or generated scripts
  • Only your team can access your stored accounts
  • You can delete an account at any time to remove the stored credentials