Create Profile

Profiles allow you to preserve the state of the browser between tasks.

They are most commonly used to allow users to preserve the log-in state in the agent between tasks. You’d normally create one profile per user and then use it for all their tasks.

You can create a new profile by calling this endpoint.

Headers

X-Browser-Use-API-KeystringRequired

Response

Successful Response
idstringformat: "uuid"
Unique identifier for the profile
createdAtstringformat: "date-time"
Timestamp when the profile was created
updatedAtstringformat: "date-time"
Timestamp when the profile was last updated
lastUsedAtstring or nullformat: "date-time"
Timestamp when the profile was last used

Errors