Easybeam
  • Getting Started
    • 👋What is Easybeam?
    • 📙SDKs
  • Features
    • 📝Prompts
    • ⭐Reviews & Score
    • 🧠Agents
      • Getting Started
      • Core concepts
      • Data Types
      • Sidebar
      • Start Step
      • Prompt Step
      • Decision Step
      • Action Step
      • Website Step
      • Database Step
      • Async Branch
      • Knowledge Step
      • API Step
      • Solo Agent
    • 📖Knowledge
      • Websites
      • Documents
    • 📋Logs
    • 🔍Analytics & Reviews
    • 🧑‍🔬Test Center
  • 🤖Documentation Agent
Powered by GitBook
On this page
  1. Features
  2. Agents

Start Step

Managing the Metadata of your Agent

PreviousSidebarNextPrompt Step

Last updated 4 months ago

This step is the start of your agent's process, and essentially allows you to edit your agent's meta-data.

Agent Version Name

Similar to Prompts, your agent can have multiple different versions. Use this text field to edit the name of the current version

Agent Variables

You use this section to define the data that you expect this agent to receive at the time of use. Common examples here would be things like userName, userId, favoriteAnimal, etc. This data can then be plugged into later steps.

User Secrets

Similar to the variables, this is also data that the agent receives at the time of use. The difference here is that this data isn't stored in our logs, and is meant for more sensitive data. A common use-case is when you'd like an Agent to be able to take actions on a user's behalf. In this sort of scenario you'd include userToken as a User Secret, which would the be used later in an API step. This would allow the Agent to take actions that are relevant to the individual user.

Preview User Secrets

If you have any user secrets, and you want to be able to preview / test your Agent, this is where you put in the temporary values that'll be used in the tests / previews.

🧠