/
TR
trycompai
/
Comp AI API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 1mo ago
Details
Filter operations
Admin - Context
3
Admin - Evidence
2
Admin - Findings
3
Admin - Organizations
9
Admin - Policies
4
Admin - Tasks
4
Admin - Vendors
4
AdminIntegrations
4
Assistant Chat
4
Attachments
1
Audit Logs
1
Auth
3
Browserbase
16
get
Get organization browser context status
post
Get or create organization browser context
post
Create a new browser session
post
Close a browser session
post
Navigate to a URL
post
Check authentication status
post
Create a browser automation
get
Get all browser automations for a task
get
Get a browser automation by ID
delete
Delete a browser automation
patch
Update a browser automation
post
Start automation with live view
post
Execute automation on existing session
post
Run a browser automation
get
Get run history for an automation
get
Get a specific run by ID
CloudSecurity
16
Comments
4
Context
5
Controls
5
Device Agent
10
Devices
2
DynamicIntegrations
14
Email - Unsubscribe
1
Evidence Export
3
Evidence Export (Auditor)
1
Evidence Forms
12
Finding Templates
5
Findings
7
Framework Editor Control Templates
11
Framework Editor Frameworks
14
Framework Editor Policy Templates
6
Framework Editor Requirements
4
Framework Editor Task Templates
5
Frameworks
7
Health
1
Integrations
46
Internal - Email
1
Internal - Vendors
2
Knowledge Base
11
Org Chart
4
Organization
14
Pentest Billing
5
People
17
Policies
26
Questionnaire
15
Remediation
9
Risks
7
Roles
6
Secrets
5
Security Penetration Tests
8
SOA
7
Task Automations
9
Task Management
8
Tasks
21
Training
5
Trust Access
28
Trust Portal
26
Vendors
7
Webhook
1
Browserbase
Get a browser automation by ID
get
/v1/browserbase/automations/{automationId}
Path parameters
automationId
string
required
Automation ID
Response
Automation details
BrowserAutomationResponseDto
required
id
string
required
name
string
required
description
string
taskId
string
required
targetUrl
string
required
instruction
string
required
isEnabled
boolean
required
schedule
string
createdAt
string
date-time
required
updatedAt
string
date-time
required
Changes