Generate Agent
Generate Agent
POST
Generate Agent
Documentation Index
Fetch the complete documentation index at: https://docs.nimbleway.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
- CreateAgentGenerationRequest
- CreateAgentRefinementRequest
The prompt to use for the agent generation
The URL to use for the agent generation
Example:
"https://www.amazon.com/s?k=laptop"
The name of the agent to generate
The metadata of the agent version
The input schema for the agent generation
Example:
{
"type": "object",
"properties": { "category": { "type": "string" } }
}The output schema for the agent generation
Example:
{
"type": "object",
"properties": { "name": { "type": "string" } }
}Response
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