/
TR
trycompai
/
Comp AI API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 32m ago · Updated 1mo ago
Details
Filter operations
Assistant Chat
4
Attachments
1
Audit Logs
1
Background Check Billing
4
Background Checks
6
Browserbase
17
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
get
Redirect to a freshly signed screenshot URL
CloudSecurity
16
Comments
4
Context
5
Controls
10
Device Agent
11
Devices
2
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
16
Health
1
Integrations
46
Knowledge Base
11
Org Chart
4
Organization
14
Pentest Credits
1
People
17
Policies
27
Questionnaire
15
Remediation
9
Risks
7
Roles
6
Secrets
5
Security Penetration Tests
9
SOA
8
Task Automations
9
Task Management
8
Tasks
22
Timelines
3
Training
5
Trust Access
28
Trust Portal
26
Vendors
7
Webhook
1
Browserbase
Create a new browser session
Creates a new browser session using the org context
post
/v1/browserbase/session
Request body
CreateSessionDto
required
contextId
string
required
Browserbase context ID
Response
Session created
SessionResponseDto
required
sessionId
string
required
liveViewUrl
string
required
Changes