Skip to main content
POST
/
agents
/
browser-use
cURL
curl --request POST \
  --url https://gobii.ai/api/v1/agents/browser-use/ \
  --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>"
}

Authorizations

X-Api-Key
string
header
required

Body

name
string
required
Maximum string length: 64

Response

201 - application/json
name
string
required
Maximum string length: 64
id
string<uuid>
user_email
string<email>
created_at
string<date-time>
updated_at
string<date-time>
listing_description
string

Human-readable description of what the agent does.

mini_description
string

Human-readable brief description of what the agent does.