Folders

List folders

get

Distinct, non-empty folder tags across persistent profiles.

Authorizations
AuthorizationstringRequired

Permanent JWT from Settings → Automation API.

Responses
200

Folder names.

application/json
string[]OptionalExample: ["work","scrapers"]
get
/folders

Delete a folder

delete

Deletes the folder tag. With delete_profiles=true the profiles in it are deleted too; otherwise they're unfiled (moved to "All").

Authorizations
AuthorizationstringRequired

Permanent JWT from Settings → Automation API.

Path parameters
folderstringRequired
Query parameters
delete_profilesbooleanOptional

Delete the profiles in the folder (default false = unfile).

Default: false
Responses
200

Deleted.

application/json
deleted_folderstringOptional
delete_profilesbooleanOptional
profilesintegerOptional

Profiles affected.

delete
/folders/{folder}

Rename a folder

patch

Retags every profile in the folder. Returns the count.

Authorizations
AuthorizationstringRequired

Permanent JWT from Settings → Automation API.

Path parameters
folderstringRequired
Body
namestringRequired

New folder name.

Responses
200

Renamed.

application/json
renamed_tostringOptional
profilesintegerOptional

Profiles retagged.

patch
/folders/{folder}

Create a profile in a folder

post

Same as POST /profiles, but the folder comes from the path (overriding any folder in the body).

Authorizations
AuthorizationstringRequired

Permanent JWT from Settings → Automation API.

Path parameters
folderstringRequired
Body
namestringOptional
notesstringOptional
proxy_idstringOptional

Bind a proxy already in the store (by id).

proxystringOptional

Attach a proxy by string (host:port:user:pass or scheme://user:pass@host:port). On a persistent profile it is added to the proxy store (deduped by endpoint) and full-tested (UDP + geo), then bound by id — so it appears in the proxy list and QUIC/WebRTC gating has a cached result. On a temporary profile it is attached inline (not stored). Ignored if proxy_id is set.

Example: socks5://user:[email protected]:1080
folderstringOptional

Folder tag (ignored on /folders/{folder}/profiles, which wins).

Responses
200

Created profile metadata.

application/json

Launcher-facing profile metadata (returned by create).

idstring · uuidOptional
namestringOptional
notesstringOptional
proxy_idstring · nullableOptional
last_launched_atstring · nullableOptional

ISO-8601 or null.

created_atstring · nullableOptional
pinnedbooleanOptional
folderstringOptional
post
/folders/{folder}/profiles

Останнє оновлення

Це було корисно?