productivity
Postman CLI for AI Agents
Use the Postman CLI from KosmoKrator to call Postman tools headlessly, return JSON, inspect schemas, and automate workflows from coding agents, scripts, and CI.Postman CLI Setup
Postman can be configured headlessly with `kosmokrator integrations:configure postman`.
# Install KosmoKrator first if it is not available on PATH.
curl -fsSL https://raw.githubusercontent.com/OpenCompanyApp/kosmokrator/main/install.sh | bash
# Configure and verify this integration.
kosmokrator integrations:configure postman --set api_key="$POSTMAN_API_KEY" --enable --read allow --write ask --json
kosmokrator integrations:doctor postman --json
kosmokrator integrations:status --json Credentials
Authentication type: api key header api_key_header. Configure credentials once, then reuse the same stored profile from scripts, coding CLIs, Lua, and MCP.
| Key | Env var | Type | Required | Label |
|---|---|---|---|---|
api_key | POSTMAN_API_KEY | Secret secret | yes | API Key |
url | POSTMAN_URL | Text text | no | API URL |
Command Patterns
The generic command is stable across every integration. The provider shortcut is shorter for humans.
kosmo integrations:call postman.postman_me_get '{}' --json kosmo integrations:postman postman_me_get '{}' --json Discovery
These commands return structured output for coding agents that need to inspect capabilities before choosing a function.
kosmo integrations:docs postman --json
kosmo integrations:docs postman.postman_me_get --json
kosmo integrations:schema postman.postman_me_get --json
kosmo integrations:search "Postman" --json
kosmo integrations:list --json Automation Contexts
The same configured command surface works in these environments. The command does not change unless the host wrapper, credentials, or permissions change.
CLI Functions
Every function below can be called headlessly. Commands are highlighted, copyable, and scroll horizontally when payloads are long.
postman.postman_me_get
Get the API key owner and usage metadata.
read - Parameters
- none
kosmo integrations:call postman.postman_me_get '{}' --json kosmo integrations:postman postman_me_get '{}' --json postman.postman_workspaces_list
List accessible Postman workspaces.
read - Parameters
- none
kosmo integrations:call postman.postman_workspaces_list '{}' --json kosmo integrations:postman postman_workspaces_list '{}' --json postman.postman_workspaces_create
Create a Postman workspace.
write - Parameters
- none
kosmo integrations:call postman.postman_workspaces_create '{}' --json kosmo integrations:postman postman_workspaces_create '{}' --json postman.postman_workspaces_get
Retrieve a workspace.
read - Parameters
- none
kosmo integrations:call postman.postman_workspaces_get '{}' --json kosmo integrations:postman postman_workspaces_get '{}' --json postman.postman_workspaces_update
Update a workspace.
write - Parameters
- none
kosmo integrations:call postman.postman_workspaces_update '{}' --json kosmo integrations:postman postman_workspaces_update '{}' --json postman.postman_workspaces_delete
Delete a workspace.
write - Parameters
- none
kosmo integrations:call postman.postman_workspaces_delete '{}' --json kosmo integrations:postman postman_workspaces_delete '{}' --json postman.postman_collections_list
List accessible Postman collections.
read - Parameters
- none
kosmo integrations:call postman.postman_collections_list '{}' --json kosmo integrations:postman postman_collections_list '{}' --json postman.postman_collections_create
Create a Postman collection.
write - Parameters
- none
kosmo integrations:call postman.postman_collections_create '{}' --json kosmo integrations:postman postman_collections_create '{}' --json postman.postman_collections_get
Retrieve a collection.
read - Parameters
- none
kosmo integrations:call postman.postman_collections_get '{}' --json kosmo integrations:postman postman_collections_get '{}' --json postman.postman_collections_update
Replace a collection.
write - Parameters
- none
kosmo integrations:call postman.postman_collections_update '{}' --json kosmo integrations:postman postman_collections_update '{}' --json postman.postman_collections_delete
Delete a collection.
write - Parameters
- none
kosmo integrations:call postman.postman_collections_delete '{}' --json kosmo integrations:postman postman_collections_delete '{}' --json postman.postman_collection_forks_list
List forks for a collection.
read - Parameters
- none
kosmo integrations:call postman.postman_collection_forks_list '{}' --json kosmo integrations:postman postman_collection_forks_list '{}' --json postman.postman_collection_fork_create
Create a fork of a collection.
write - Parameters
- none
kosmo integrations:call postman.postman_collection_fork_create '{}' --json kosmo integrations:postman postman_collection_fork_create '{}' --json postman.postman_collection_pull_requests_list
List pull requests for a collection.
read - Parameters
- none
kosmo integrations:call postman.postman_collection_pull_requests_list '{}' --json kosmo integrations:postman postman_collection_pull_requests_list '{}' --json postman.postman_environments_list
List accessible environments.
read - Parameters
- none
kosmo integrations:call postman.postman_environments_list '{}' --json kosmo integrations:postman postman_environments_list '{}' --json postman.postman_environments_create
Create an environment.
write - Parameters
- none
kosmo integrations:call postman.postman_environments_create '{}' --json kosmo integrations:postman postman_environments_create '{}' --json postman.postman_environments_get
Retrieve an environment.
read - Parameters
- none
kosmo integrations:call postman.postman_environments_get '{}' --json kosmo integrations:postman postman_environments_get '{}' --json postman.postman_environments_update
Replace an environment.
write - Parameters
- none
kosmo integrations:call postman.postman_environments_update '{}' --json kosmo integrations:postman postman_environments_update '{}' --json postman.postman_environments_delete
Delete an environment.
write - Parameters
- none
kosmo integrations:call postman.postman_environments_delete '{}' --json kosmo integrations:postman postman_environments_delete '{}' --json postman.postman_globals_get
Retrieve global variables.
read - Parameters
- none
kosmo integrations:call postman.postman_globals_get '{}' --json kosmo integrations:postman postman_globals_get '{}' --json postman.postman_globals_update
Update global variables.
write - Parameters
- none
kosmo integrations:call postman.postman_globals_update '{}' --json kosmo integrations:postman postman_globals_update '{}' --json postman.postman_apis_list
List APIs or specifications.
read - Parameters
- none
kosmo integrations:call postman.postman_apis_list '{}' --json kosmo integrations:postman postman_apis_list '{}' --json postman.postman_apis_create
Create an API record.
write - Parameters
- none
kosmo integrations:call postman.postman_apis_create '{}' --json kosmo integrations:postman postman_apis_create '{}' --json postman.postman_apis_get
Retrieve an API record.
read - Parameters
- none
kosmo integrations:call postman.postman_apis_get '{}' --json kosmo integrations:postman postman_apis_get '{}' --json postman.postman_apis_update
Update an API record.
write - Parameters
- none
kosmo integrations:call postman.postman_apis_update '{}' --json kosmo integrations:postman postman_apis_update '{}' --json postman.postman_apis_delete
Delete an API record.
write - Parameters
- none
kosmo integrations:call postman.postman_apis_delete '{}' --json kosmo integrations:postman postman_apis_delete '{}' --json postman.postman_api_versions_list
List versions for an API.
read - Parameters
- none
kosmo integrations:call postman.postman_api_versions_list '{}' --json kosmo integrations:postman postman_api_versions_list '{}' --json postman.postman_api_versions_create
Create an API version.
write - Parameters
- none
kosmo integrations:call postman.postman_api_versions_create '{}' --json kosmo integrations:postman postman_api_versions_create '{}' --json postman.postman_api_versions_get
Retrieve an API version.
read - Parameters
- none
kosmo integrations:call postman.postman_api_versions_get '{}' --json kosmo integrations:postman postman_api_versions_get '{}' --json postman.postman_api_versions_update
Update an API version.
write - Parameters
- none
kosmo integrations:call postman.postman_api_versions_update '{}' --json kosmo integrations:postman postman_api_versions_update '{}' --json postman.postman_api_versions_delete
Delete an API version.
write - Parameters
- none
kosmo integrations:call postman.postman_api_versions_delete '{}' --json kosmo integrations:postman postman_api_versions_delete '{}' --json postman.postman_api_schemas_list
List schemas for an API version.
read - Parameters
- none
kosmo integrations:call postman.postman_api_schemas_list '{}' --json kosmo integrations:postman postman_api_schemas_list '{}' --json postman.postman_api_schemas_create
Create a schema for an API version.
write - Parameters
- none
kosmo integrations:call postman.postman_api_schemas_create '{}' --json kosmo integrations:postman postman_api_schemas_create '{}' --json postman.postman_api_schemas_get
Retrieve an API schema.
read - Parameters
- none
kosmo integrations:call postman.postman_api_schemas_get '{}' --json kosmo integrations:postman postman_api_schemas_get '{}' --json postman.postman_api_schemas_update
Update an API schema.
write - Parameters
- none
kosmo integrations:call postman.postman_api_schemas_update '{}' --json kosmo integrations:postman postman_api_schemas_update '{}' --json postman.postman_api_schemas_delete
Delete an API schema.
write - Parameters
- none
kosmo integrations:call postman.postman_api_schemas_delete '{}' --json kosmo integrations:postman postman_api_schemas_delete '{}' --json postman.postman_mocks_list
List mock servers.
read - Parameters
- none
kosmo integrations:call postman.postman_mocks_list '{}' --json kosmo integrations:postman postman_mocks_list '{}' --json postman.postman_mocks_create
Create a mock server.
write - Parameters
- none
kosmo integrations:call postman.postman_mocks_create '{}' --json kosmo integrations:postman postman_mocks_create '{}' --json postman.postman_mocks_get
Retrieve a mock server.
read - Parameters
- none
kosmo integrations:call postman.postman_mocks_get '{}' --json kosmo integrations:postman postman_mocks_get '{}' --json postman.postman_mocks_update
Update a mock server.
write - Parameters
- none
kosmo integrations:call postman.postman_mocks_update '{}' --json kosmo integrations:postman postman_mocks_update '{}' --json postman.postman_mocks_delete
Delete a mock server.
write - Parameters
- none
kosmo integrations:call postman.postman_mocks_delete '{}' --json kosmo integrations:postman postman_mocks_delete '{}' --json postman.postman_mocks_call_logs_list
List calls received by a mock server.
read - Parameters
- none
kosmo integrations:call postman.postman_mocks_call_logs_list '{}' --json kosmo integrations:postman postman_mocks_call_logs_list '{}' --json postman.postman_monitors_list
List monitors.
read - Parameters
- none
kosmo integrations:call postman.postman_monitors_list '{}' --json kosmo integrations:postman postman_monitors_list '{}' --json postman.postman_monitors_create
Create a monitor.
write - Parameters
- none
kosmo integrations:call postman.postman_monitors_create '{}' --json kosmo integrations:postman postman_monitors_create '{}' --json postman.postman_monitors_get
Retrieve a monitor.
read - Parameters
- none
kosmo integrations:call postman.postman_monitors_get '{}' --json kosmo integrations:postman postman_monitors_get '{}' --json postman.postman_monitors_update
Update a monitor.
write - Parameters
- none
kosmo integrations:call postman.postman_monitors_update '{}' --json kosmo integrations:postman postman_monitors_update '{}' --json postman.postman_monitors_delete
Delete a monitor.
write - Parameters
- none
kosmo integrations:call postman.postman_monitors_delete '{}' --json kosmo integrations:postman postman_monitors_delete '{}' --json postman.postman_monitors_run
Run a monitor immediately.
write - Parameters
- none
kosmo integrations:call postman.postman_monitors_run '{}' --json kosmo integrations:postman postman_monitors_run '{}' --json postman.postman_webhooks_create
Create a collection webhook.
write - Parameters
- none
kosmo integrations:call postman.postman_webhooks_create '{}' --json kosmo integrations:postman postman_webhooks_create '{}' --json postman.postman_webhooks_get
Retrieve a webhook.
read - Parameters
- none
kosmo integrations:call postman.postman_webhooks_get '{}' --json kosmo integrations:postman postman_webhooks_get '{}' --json postman.postman_webhooks_delete
Delete a webhook.
write - Parameters
- none
kosmo integrations:call postman.postman_webhooks_delete '{}' --json kosmo integrations:postman postman_webhooks_delete '{}' --json postman.postman_users_list
List team users when the plan permits it.
read - Parameters
- none
kosmo integrations:call postman.postman_users_list '{}' --json kosmo integrations:postman postman_users_list '{}' --json postman.postman_users_get
Retrieve a team user.
read - Parameters
- none
kosmo integrations:call postman.postman_users_get '{}' --json kosmo integrations:postman postman_users_get '{}' --json postman.postman_groups_list
List team user groups.
read - Parameters
- none
kosmo integrations:call postman.postman_groups_list '{}' --json kosmo integrations:postman postman_groups_list '{}' --json postman.postman_groups_get
Retrieve a user group.
read - Parameters
- none
kosmo integrations:call postman.postman_groups_get '{}' --json kosmo integrations:postman postman_groups_get '{}' --json postman.postman_workspace_roles_list
List roles for a workspace.
read - Parameters
- none
kosmo integrations:call postman.postman_workspace_roles_list '{}' --json kosmo integrations:postman postman_workspace_roles_list '{}' --json postman.postman_workspace_roles_update
Update workspace role assignments.
write - Parameters
- none
kosmo integrations:call postman.postman_workspace_roles_update '{}' --json kosmo integrations:postman postman_workspace_roles_update '{}' --json postman.postman_billing_get
Get billing information when the plan permits it.
read - Parameters
- none
kosmo integrations:call postman.postman_billing_get '{}' --json kosmo integrations:postman postman_billing_get '{}' --json postman.postman_api_get
Call a safe relative Postman API GET path.
read - Parameters
- none
kosmo integrations:call postman.postman_api_get '{}' --json kosmo integrations:postman postman_api_get '{}' --json postman.postman_api_post
Call a safe relative Postman API POST path.
write - Parameters
- none
kosmo integrations:call postman.postman_api_post '{}' --json kosmo integrations:postman postman_api_post '{}' --json postman.postman_api_put
Call a safe relative Postman API PUT path.
write - Parameters
- none
kosmo integrations:call postman.postman_api_put '{}' --json kosmo integrations:postman postman_api_put '{}' --json postman.postman_api_patch
Call a safe relative Postman API PATCH path.
write - Parameters
- none
kosmo integrations:call postman.postman_api_patch '{}' --json kosmo integrations:postman postman_api_patch '{}' --json postman.postman_api_delete
Call a safe relative Postman API DELETE path.
write - Parameters
- none
kosmo integrations:call postman.postman_api_delete '{}' --json kosmo integrations:postman postman_api_delete '{}' --json Function Schemas
Use these parameter tables when building CLI payloads without calling integrations:schema first.
postman.postman_me_get 0 parameters
kosmo integrations:schema postman.postman_me_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
postman.postman_workspaces_list 0 parameters
kosmo integrations:schema postman.postman_workspaces_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
postman.postman_workspaces_create 0 parameters
kosmo integrations:schema postman.postman_workspaces_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
postman.postman_workspaces_get 0 parameters
kosmo integrations:schema postman.postman_workspaces_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
postman.postman_workspaces_update 0 parameters
kosmo integrations:schema postman.postman_workspaces_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
postman.postman_workspaces_delete 0 parameters
kosmo integrations:schema postman.postman_workspaces_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
postman.postman_collections_list 0 parameters
kosmo integrations:schema postman.postman_collections_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
postman.postman_collections_create 0 parameters
kosmo integrations:schema postman.postman_collections_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
postman.postman_collections_get 0 parameters
kosmo integrations:schema postman.postman_collections_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
postman.postman_collections_update 0 parameters
kosmo integrations:schema postman.postman_collections_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
postman.postman_collections_delete 0 parameters
kosmo integrations:schema postman.postman_collections_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
postman.postman_collection_forks_list 0 parameters
kosmo integrations:schema postman.postman_collection_forks_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
postman.postman_collection_fork_create 0 parameters
kosmo integrations:schema postman.postman_collection_fork_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
postman.postman_collection_pull_requests_list 0 parameters
kosmo integrations:schema postman.postman_collection_pull_requests_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
postman.postman_environments_list 0 parameters
kosmo integrations:schema postman.postman_environments_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
postman.postman_environments_create 0 parameters
kosmo integrations:schema postman.postman_environments_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
postman.postman_environments_get 0 parameters
kosmo integrations:schema postman.postman_environments_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
postman.postman_environments_update 0 parameters
kosmo integrations:schema postman.postman_environments_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
postman.postman_environments_delete 0 parameters
kosmo integrations:schema postman.postman_environments_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
postman.postman_globals_get 0 parameters
kosmo integrations:schema postman.postman_globals_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
postman.postman_globals_update 0 parameters
kosmo integrations:schema postman.postman_globals_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
postman.postman_apis_list 0 parameters
kosmo integrations:schema postman.postman_apis_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
postman.postman_apis_create 0 parameters
kosmo integrations:schema postman.postman_apis_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
postman.postman_apis_get 0 parameters
kosmo integrations:schema postman.postman_apis_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
postman.postman_apis_update 0 parameters
kosmo integrations:schema postman.postman_apis_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
postman.postman_apis_delete 0 parameters
kosmo integrations:schema postman.postman_apis_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
postman.postman_api_versions_list 0 parameters
kosmo integrations:schema postman.postman_api_versions_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
postman.postman_api_versions_create 0 parameters
kosmo integrations:schema postman.postman_api_versions_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
postman.postman_api_versions_get 0 parameters
kosmo integrations:schema postman.postman_api_versions_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
postman.postman_api_versions_update 0 parameters
kosmo integrations:schema postman.postman_api_versions_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
postman.postman_api_versions_delete 0 parameters
kosmo integrations:schema postman.postman_api_versions_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
postman.postman_api_schemas_list 0 parameters
kosmo integrations:schema postman.postman_api_schemas_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
postman.postman_api_schemas_create 0 parameters
kosmo integrations:schema postman.postman_api_schemas_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
postman.postman_api_schemas_get 0 parameters
kosmo integrations:schema postman.postman_api_schemas_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
postman.postman_api_schemas_update 0 parameters
kosmo integrations:schema postman.postman_api_schemas_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
postman.postman_api_schemas_delete 0 parameters
kosmo integrations:schema postman.postman_api_schemas_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
postman.postman_mocks_list 0 parameters
kosmo integrations:schema postman.postman_mocks_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
postman.postman_mocks_create 0 parameters
kosmo integrations:schema postman.postman_mocks_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
postman.postman_mocks_get 0 parameters
kosmo integrations:schema postman.postman_mocks_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
postman.postman_mocks_update 0 parameters
kosmo integrations:schema postman.postman_mocks_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
postman.postman_mocks_delete 0 parameters
kosmo integrations:schema postman.postman_mocks_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
postman.postman_mocks_call_logs_list 0 parameters
kosmo integrations:schema postman.postman_mocks_call_logs_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
postman.postman_monitors_list 0 parameters
kosmo integrations:schema postman.postman_monitors_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
postman.postman_monitors_create 0 parameters
kosmo integrations:schema postman.postman_monitors_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
postman.postman_monitors_get 0 parameters
kosmo integrations:schema postman.postman_monitors_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
postman.postman_monitors_update 0 parameters
kosmo integrations:schema postman.postman_monitors_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
postman.postman_monitors_delete 0 parameters
kosmo integrations:schema postman.postman_monitors_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
postman.postman_monitors_run 0 parameters
kosmo integrations:schema postman.postman_monitors_run --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
postman.postman_webhooks_create 0 parameters
kosmo integrations:schema postman.postman_webhooks_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
postman.postman_webhooks_get 0 parameters
kosmo integrations:schema postman.postman_webhooks_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
postman.postman_webhooks_delete 0 parameters
kosmo integrations:schema postman.postman_webhooks_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
postman.postman_users_list 0 parameters
kosmo integrations:schema postman.postman_users_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
postman.postman_users_get 0 parameters
kosmo integrations:schema postman.postman_users_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
postman.postman_groups_list 0 parameters
kosmo integrations:schema postman.postman_groups_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
postman.postman_groups_get 0 parameters
kosmo integrations:schema postman.postman_groups_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
postman.postman_workspace_roles_list 0 parameters
kosmo integrations:schema postman.postman_workspace_roles_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
postman.postman_workspace_roles_update 0 parameters
kosmo integrations:schema postman.postman_workspace_roles_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
postman.postman_billing_get 0 parameters
kosmo integrations:schema postman.postman_billing_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
postman.postman_api_get 0 parameters
kosmo integrations:schema postman.postman_api_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
postman.postman_api_post 0 parameters
kosmo integrations:schema postman.postman_api_post --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
postman.postman_api_put 0 parameters
kosmo integrations:schema postman.postman_api_put --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
postman.postman_api_patch 0 parameters
kosmo integrations:schema postman.postman_api_patch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
postman.postman_api_delete 0 parameters
kosmo integrations:schema postman.postman_api_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
Permissions
Headless calls still follow the integration read/write permission policy. Configure read/write defaults with
integrations:configure. Add --force only for trusted automation that should bypass that policy.