Variables & credentials

To insert variables & credentials, you must follow the conventions of each node.

Best Practices

Be Specific and Clear
  • State your goal directly: “Fill out this contact form with my business details”
  • Specify the action: “Click the blue ‘Submit’ button” instead of “submit this”
  • Include context: “Navigate to the pricing page and compare the Pro vs Enterprise plans”
Use Natural Language
  • Write as if talking to a human assistant
  • Avoid technical jargon or programming syntax
  • Example: “Find the cheapest flight to Paris next week” not “query flight API for CDG destination”
Break Down Complex Tasks
  • Split multi-step processes into smaller, clear instructions Example: “First, log into the account. Then go to settings. Finally, update the email address.”
Provide Necessary Details
  • Include specific information the agent needs
  • “Enter ‘[email protected]’ in the email field”
  • “Select ‘Premium’ from the subscription dropdown”
Handle Errors Gracefully
  • If something fails, describe what you expected vs. what happened
  • “The form should submit but I’m seeing a red error message”
  • Give the agent permission to try alternative approaches