Skip to main content
GET
/
browser
/
devices
Devices
curl --request GET \
  --url https://api.agentfirst.dev/browser/devices \
  --header 'Authorization: Bearer <token>'
[
  "Blackberry PlayBook",
  "Blackberry PlayBook landscape",
  "BlackBerry Z30",
  "<string>"
]

Documentation Index

Fetch the complete documentation index at: https://doc.agentfirst.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

The device names.

Example:
[
"Blackberry PlayBook",
"Blackberry PlayBook landscape",
"BlackBerry Z30",
"<string>"
]