Generate agent from natural language
Generate an AI agent configuration from a natural language description. Uses the same LLM-powered generation as the in-product agent builder. This is a public endpoint that does not require authentication. Rate limited to 5 requests per day per IP address. The response includes a claim_token that can be redeemed via POST /agents/claim after signing up to persist the agent.
Body
Natural language description of the agent you want. e.g. "I want an agent that helps my sales team answer product questions and draft follow-up emails."
2000Response
Generated agent template with a claim token
One-time token to create this agent in your account after signing up. Pass to POST /agents/claim. Expires after 7 days.