Skip to main content
POST
All paid endpoints on this page accept optional memo (≤ 1000 chars) and decisionContext (object) body fields. Stored on the receipt for debugging and audit — see Audit Trail.

Overview

Browser profiles persist cookies, local storage, and session state between browser tasks. Create a profile once, then pass its profile_id to any browser task to reuse the logged-in state.

Authentication

All profile endpoints require X-Agent-ID header (wallet address). Profiles are scoped to your agent.

Create Profile

string
required
Human-readable profile name (1-100 characters).

List Profiles

Returns all profiles for your agent.

Delete Profile

Using Profiles with Tasks

Pass profile_id to any browser task to reuse the profile’s session state:
Combine profile_id with secrets for the first task to log in, then use just profile_id for subsequent tasks that reuse the session.