The prompt to use for the agent generation
The name of the agent to generate
The URL to use for the agent generation
"https://www.amazon.com/s?k=laptop"
The metadata of the agent version
The input schema for the agent generation
{
"type": "object",
"properties": { "category": { "type": "string" } }
}The output schema for the agent generation
{
"type": "object",
"properties": { "name": { "type": "string" } }
}Successful Response
The id of the agent generation
The status of the agent generation
The name of the agent
The version id of the agent
The summary of the agent generation
The error of the agent generation