/
OP
openworklabs
/
Den API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 14h ago · Updated 2d ago
Details
Filter operations
Admin
4
API Keys
1
Authentication
23
Automations
12
Bootstrap
2
Capability Sources
32
Cloud
3
Codemode Runs
11
get
List Code Mode script runs
get
List accessible saved Code Mode scripts
post
Save a successful Code Mode run as a reusable script
get
Inspect a saved Script and its artifact lifecycle
get
List immutable saved Script versions
post
Create an immutable saved Script version from a matching test receipt
get
List saved Script artifact snapshots
get
Inspect one saved Script artifact snapshot
post
Test a saved Script draft before creating a version
post
Run an exact saved Code Mode script version
delete
Delete artifact content while retaining its audit receipt
Config Objects
16
Connectors
30
Deprecated
8
Desktop Policies
4
Diagnostics
3
Direct uploads
2
GitHub
11
Inference
2
Invitations
4
LLM Providers
9
Marketplaces
14
Members
3
Memory
4
Organizations
11
Plugins
17
Resources
2
Roles
3
SCIM
4
SSO
7
System
3
Teams
3
Telemetry
4
Users
5
Webhooks
2
Workers
9
delete
/v1/admin/users/{userId}
patch
/v1/admin/organizations/{organizationId}/plan
patch
/v1/admin/organizations/{organizationId}/free-seats
get
/v1/admin/organizations/{organizationId}/capabilities
put
/v1/admin/organizations/{organizationId}/capabilities
get
/api/auth/scim/v2/Schemas
get
/api/auth/scim/v2/ResourceTypes/Group
get
/api/auth/scim/v2/ResourceTypes
get
/api/auth/scim/v2/Groups
post
/api/auth/scim/v2/Groups
get
/api/auth/scim/v2/Groups/{groupId}
put
/api/auth/scim/v2/Groups/{groupId}
delete
/api/auth/scim/v2/Groups/{groupId}
patch
/api/auth/scim/v2/Groups/{groupId}
put
/api/auth/scim/v2/Users/{userId}
patch
/api/auth/scim/v2/Users/{userId}
post
/api/auth/scim/v2/Users
get
/api/auth/.well-known/oauth-authorization-server
get
/api/auth/.well-known/openid-configuration
get
/.well-known/oauth-authorization-server/api/auth
get
/.well-known/openid-configuration/api/auth
get
/.well-known/oauth-authorization-server
get
/.well-known/openid-configuration
post
/register
post
/api/auth/oauth2/register
get
/api/auth/oauth2/authorize
get
/v1/dev/emails
get
/v1/dev/emails/last
get
/v1/automation-runners/events
get
/v1/automation-runner/work
post
/v1/automation-runs/{id}/claim
post
/v1/automation-runs/{id}/heartbeat
post
/v1/automation-runs/{id}/events
post
/v1/automation-runs/{id}/complete
get
/.well-known/oauth-protected-resource
get
/.well-known/oauth-protected-resource/mcp
get
/mcp/.well-known/oauth-protected-resource
get
/.well-known/oauth-protected-resource/mcp/agent
get
/mcp/agent/.well-known/oauth-protected-resource
get
/.well-known/oauth-protected-resource/mcp/admin
get
/mcp/admin/.well-known/oauth-protected-resource
Codemode Runs
Inspect a saved Script and its artifact lifecycle
get
/v1/codemode-scripts/{configObjectId}
Path parameters
configObjectId
string
required
Query parameters
maxAgeMs
integer
Response
Saved Script returned.
object
required
pluginId
string
required
configObjectId
string
required
title
string
required
description
string
nullable
required
canManage
boolean
required
currentVersion
object
required
versions
object[]
required
latestSnapshot
object
nullable
required
latestSuccessfulSnapshot
object
nullable
required
freshness
union
required
Changes