cURL
curl --request PATCH \ --url https://gobii.ai/api/v1/agents/browser-use/{id}/ \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data ' { "name": "<string>" } '
{ "name": "<string>", "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "user_email": "[email protected]", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "listing_description": "<string>", "mini_description": "<string>" }
ViewSet for managing BrowserUseAgents.
A UUID string identifying this browser use agent.
64
Human-readable description of what the agent does.
Human-readable brief description of what the agent does.