---
title: "Create a Browser Context Profile"
method: POST
path: "/v1/profiles"
tags: ["Browser Context Profiles"]
---

# Create a Browser Context Profile

`POST /v1/profiles`

Create a Browser Context Profile

## Request body

- object — Create a Browser Context Profile.
  - `name` string, required
  - `set_as_default` boolean
  - `proxy_country_code` 'US' | 'GB' | 'CA' | 'AU' | 'DE' | 'FR' | 'IT' | 'ES' | 'NL' | 'JP' | 'SG' | 'BR' | 'IN' | 'null', nullable

## Response `201`

Create a Browser Context Profile succeeded.

- object
  - `id` string, required — Browser Context Profile ID
  - `name` string, required — Browser Context Profile display name
  - `proxy_country_code` 'US' | 'GB' | 'CA' | 'AU' | 'DE' | 'FR' | 'IT' | 'ES' | 'NL' | 'JP' | 'SG' | 'BR' | 'IN' | 'null', nullable
  - `is_default` boolean
  - `fingerprint_seed` string
  - `domain_count` integer
  - `created_at` string, required
  - `updated_at` string

## Other responses

- `400` — Invalid request body.
- `401` — Unauthorized - Invalid or missing API key
- `404` — Browser Context Profiles are not available or the resource was not found.
- `500` — Internal server error

---

[API](https://skmtc.dev/tinyfish/apis/tinyfish-web-agent-automation-api.md) · [All operations](https://skmtc.dev/tinyfish/apis/tinyfish-web-agent-automation-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tinyfish/tinyfish-web-agent-automation-api/revisions/bea716bc627d/schema)
