How to provide and handle input data for your agents
string
: Text valuesnumber
: Numeric valuesboolean
: True/false valuesjson
: Complex objects and arraystotp
: Time-based One-Time Password secretstotp
input type is a special sensitive input that takes a TOTP (Time-based One-Time Password) secret and automatically generates the corresponding 6-digit code for use in multi-factor authentication flows. This allows your agents to securely authenticate with services that use authenticator apps for MFA without manually generating codes.
When you provide a TOTP secret as input, the system will:
search_query
that is a string. When I run my agent in my builder, the value of search_query
will be What is the weather like?
.
When I run my agent via API, I’ll need to provide the actual input value the agent will use to type into the search engine.