Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Create Collection
postman:create_collection
Create a new collection.
Write
Medium risk
Create Environment
postman:create_environment
Create a new environment with optional variables.
Write
Medium risk
Create Mock
postman:create_mock
Create a new mock server for a collection.
Write
Medium risk
Create Monitor
postman:create_monitor
Create a new monitor for a collection.
Write
Medium risk
Create Workspace
postman:create_workspace
Create a new workspace.
Write
Medium risk
Delete Collection
postman:delete_collection
Delete a collection permanently. This action cannot be undone.
Write
High risk
Delete Environment
postman:delete_environment
Delete an environment permanently. This action cannot be undone.
Write
High risk
Delete Mock
postman:delete_mock
Delete a mock server permanently. This action cannot be undone.
Write
High risk
Delete Monitor
postman:delete_monitor
Delete a monitor permanently. This action cannot be undone.
Write
High risk
Delete Workspace
postman:delete_workspace
Delete a workspace permanently. This action cannot be undone.
Write
High risk
Get Collection
postman:get_collection
Fetch a single collection by ID with all requests and folders.
Read
Low risk
Get Environment
postman:get_environment
Fetch a single environment by ID with all variables.
Read
Low risk
Get Mock
postman:get_mock
Fetch a single mock server by ID with configuration and URL.
Read
Low risk
Get Monitor
postman:get_monitor
Fetch a single monitor by ID with configuration and status.
Read
Low risk
Get Workspace
postman:get_workspace
Fetch a single workspace by ID with collections and environments.
Read
Low risk
List Collections
postman:list_collections
List all collections accessible to the authenticated user.
Read
Low risk
List Environments
postman:list_environments
List all environments accessible to the authenticated user.
Read
Low risk
List Mocks
postman:list_mocks
List all mock servers accessible to the authenticated user.
Read
Low risk
List Monitors
postman:list_monitors
List all monitors accessible to the authenticated user.
Read
Low risk
List Workspaces
postman:list_workspaces
List all workspaces accessible to the authenticated user.
Read
Low risk
Run Monitor
postman:run_monitor
Trigger a monitor to run immediately, outside of its scheduled time.
Write
Medium risk
Update Collection
postman:update_collection
Update an existing collection's name and description.
Write
Medium risk
Update Environment
postman:update_environment
Update an existing environment's name and/or variables.
Write
Medium risk
Update Mock
postman:update_mock
Update an existing mock server's configuration.
Write
Medium risk
Update Monitor
postman:update_monitor
Update an existing monitor's name and schedule.
Write
Medium risk
Update Workspace
postman:update_workspace
Update an existing workspace's name and description.
Write
Medium risk