Skip to main content
POST
Create Application

Authorizations

anchor-api-key
string
header
required

API key for your Anchor Browser account, sent as the anchor-api-key header on every request. Create one at app.anchorbrowser.io (API Access), or obtain one programmatically via the unauthenticated agent-access flow (POST /v1/agent-access).

Body

application/json
source
string<uri>
required

The source URL of the application

name
string

Name of the application

description
string

Description of the application

Response

Application created successfully

id
string<uuid>

Unique identifier for the application

name
string

Name of the application

url
string | null

URL of the application

description
string | null

Description of the application

created_at
string<date-time>

Timestamp when the application was created