Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://{subdomain}.mihu.ai/api/v1/builder-agents \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": [ { "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "lead-watcher", "prompt": "<string>", "message": "<string>", "questions": [ "<string>" ], "builder": { "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "lead-watcher", "preview_url": "<string>", "service_token": "<string>", "entrypoint": "python3 main.py", "port": 8000, "auto_stop_interval": 0, "backup_interval_hours": 0, "review_passed": true, "qa_passed": true, "cost": { "currency": "EUR", "hourly_rate": 0.1965, "runtime_hours": 1.5, "cost": 0.29 }, "created_at": "2023-11-07T05:31:56Z" }, "created_at": "2023-11-07T05:31:56Z" } ] }
Returns all AI build conversations for the tenant, newest first.
Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"
List of build conversations.
true
Show child attributes