KosmoKrator

productivity

EasyPost CLI for AI Agents

Use the EasyPost CLI from KosmoKrator to call EasyPost tools headlessly, return JSON, inspect schemas, and automate workflows from coding agents, scripts, and CI.

EasyPost CLI Setup

EasyPost can be configured headlessly with `kosmokrator integrations:configure easypost`.

Install, configure, and verify
# 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 easypost --set api_key="$EASYPOST_API_KEY" --enable --read allow --write ask --json
kosmokrator integrations:doctor easypost --json
kosmokrator integrations:status --json

Credentials

Authentication type: api key basic api_key_basic. Configure credentials once, then reuse the same stored profile from scripts, coding CLIs, Lua, and MCP.

KeyEnv varTypeRequiredLabel
api_key EASYPOST_API_KEY Secret secret yes API Key
url EASYPOST_URL Text text no API URL

Command Patterns

The generic command is stable across every integration. The provider shortcut is shorter for humans.

Generic CLI call
kosmo integrations:call easypost.easypost_addresses_create '{}' --json
Provider shortcut
kosmo integrations:easypost easypost_addresses_create '{}' --json

Discovery

These commands return structured output for coding agents that need to inspect capabilities before choosing a function.

Discovery commands
kosmo integrations:docs easypost --json
kosmo integrations:docs easypost.easypost_addresses_create --json
kosmo integrations:schema easypost.easypost_addresses_create --json
kosmo integrations:search "EasyPost" --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.

easypost.easypost_addresses_create

Create an EasyPost address.

Write write
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_addresses_create '{}' --json
Shortcut
kosmo integrations:easypost easypost_addresses_create '{}' --json

easypost.easypost_addresses_get

Retrieve an EasyPost address.

Read read
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_addresses_get '{}' --json
Shortcut
kosmo integrations:easypost easypost_addresses_get '{}' --json

easypost.easypost_addresses_verify

Verify an address by ID.

Write write
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_addresses_verify '{}' --json
Shortcut
kosmo integrations:easypost easypost_addresses_verify '{}' --json

easypost.easypost_parcels_create

Create an EasyPost parcel.

Write write
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_parcels_create '{}' --json
Shortcut
kosmo integrations:easypost easypost_parcels_create '{}' --json

easypost.easypost_parcels_get

Retrieve an EasyPost parcel.

Read read
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_parcels_get '{}' --json
Shortcut
kosmo integrations:easypost easypost_parcels_get '{}' --json

easypost.easypost_customs_items_create

Create a customs item.

Write write
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_customs_items_create '{}' --json
Shortcut
kosmo integrations:easypost easypost_customs_items_create '{}' --json

easypost.easypost_customs_items_get

Retrieve a customs item.

Read read
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_customs_items_get '{}' --json
Shortcut
kosmo integrations:easypost easypost_customs_items_get '{}' --json

easypost.easypost_customs_infos_create

Create customs info for international shipments.

Write write
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_customs_infos_create '{}' --json
Shortcut
kosmo integrations:easypost easypost_customs_infos_create '{}' --json

easypost.easypost_customs_infos_get

Retrieve customs info.

Read read
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_customs_infos_get '{}' --json
Shortcut
kosmo integrations:easypost easypost_customs_infos_get '{}' --json

easypost.easypost_shipments_create

Create a shipment and retrieve rates.

Write write
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_shipments_create '{}' --json
Shortcut
kosmo integrations:easypost easypost_shipments_create '{}' --json

easypost.easypost_shipments_buy

Buy a shipment label using a selected rate.

Write write
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_shipments_buy '{}' --json
Shortcut
kosmo integrations:easypost easypost_shipments_buy '{}' --json

easypost.easypost_shipments_list

List shipments with pagination filters.

Read read
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_shipments_list '{}' --json
Shortcut
kosmo integrations:easypost easypost_shipments_list '{}' --json

easypost.easypost_shipments_get

Retrieve a shipment.

Read read
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_shipments_get '{}' --json
Shortcut
kosmo integrations:easypost easypost_shipments_get '{}' --json

easypost.easypost_shipments_label

Retrieve or regenerate a shipment label.

Read read
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_shipments_label '{}' --json
Shortcut
kosmo integrations:easypost easypost_shipments_label '{}' --json

easypost.easypost_shipments_insure

Add insurance to a purchased shipment.

Write write
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_shipments_insure '{}' --json
Shortcut
kosmo integrations:easypost easypost_shipments_insure '{}' --json

easypost.easypost_shipments_refund

Request a refund for one shipment.

Write write
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_shipments_refund '{}' --json
Shortcut
kosmo integrations:easypost easypost_shipments_refund '{}' --json

easypost.easypost_trackers_create

Create a tracker for a tracking code.

Write write
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_trackers_create '{}' --json
Shortcut
kosmo integrations:easypost easypost_trackers_create '{}' --json

easypost.easypost_trackers_list

List trackers with pagination filters.

Read read
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_trackers_list '{}' --json
Shortcut
kosmo integrations:easypost easypost_trackers_list '{}' --json

easypost.easypost_trackers_get

Retrieve a tracker.

Read read
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_trackers_get '{}' --json
Shortcut
kosmo integrations:easypost easypost_trackers_get '{}' --json

easypost.easypost_orders_create

Create a multi-parcel order.

Write write
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_orders_create '{}' --json
Shortcut
kosmo integrations:easypost easypost_orders_create '{}' --json

easypost.easypost_orders_buy

Buy labels for an order.

Write write
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_orders_buy '{}' --json
Shortcut
kosmo integrations:easypost easypost_orders_buy '{}' --json

easypost.easypost_orders_get

Retrieve an order.

Read read
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_orders_get '{}' --json
Shortcut
kosmo integrations:easypost easypost_orders_get '{}' --json

easypost.easypost_batches_create

Create a batch of shipments.

Write write
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_batches_create '{}' --json
Shortcut
kosmo integrations:easypost easypost_batches_create '{}' --json

easypost.easypost_batches_add_shipments

Add shipments to a batch.

Write write
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_batches_add_shipments '{}' --json
Shortcut
kosmo integrations:easypost easypost_batches_add_shipments '{}' --json

easypost.easypost_batches_remove_shipments

Remove shipments from a batch.

Write write
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_batches_remove_shipments '{}' --json
Shortcut
kosmo integrations:easypost easypost_batches_remove_shipments '{}' --json

easypost.easypost_batches_buy

Buy all buyable shipments in a batch.

Write write
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_batches_buy '{}' --json
Shortcut
kosmo integrations:easypost easypost_batches_buy '{}' --json

easypost.easypost_batches_label

Generate consolidated labels for a batch.

Write write
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_batches_label '{}' --json
Shortcut
kosmo integrations:easypost easypost_batches_label '{}' --json

easypost.easypost_batches_scan_form

Create a scan form for a batch.

Write write
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_batches_scan_form '{}' --json
Shortcut
kosmo integrations:easypost easypost_batches_scan_form '{}' --json

easypost.easypost_batches_list

List batches with pagination filters.

Read read
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_batches_list '{}' --json
Shortcut
kosmo integrations:easypost easypost_batches_list '{}' --json

easypost.easypost_batches_get

Retrieve a batch.

Read read
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_batches_get '{}' --json
Shortcut
kosmo integrations:easypost easypost_batches_get '{}' --json

easypost.easypost_pickups_create

Create a carrier pickup.

Write write
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_pickups_create '{}' --json
Shortcut
kosmo integrations:easypost easypost_pickups_create '{}' --json

easypost.easypost_pickups_buy

Purchase a pickup rate.

Write write
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_pickups_buy '{}' --json
Shortcut
kosmo integrations:easypost easypost_pickups_buy '{}' --json

easypost.easypost_pickups_cancel

Cancel a scheduled pickup.

Write write
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_pickups_cancel '{}' --json
Shortcut
kosmo integrations:easypost easypost_pickups_cancel '{}' --json

easypost.easypost_pickups_list

List pickups with pagination filters.

Read read
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_pickups_list '{}' --json
Shortcut
kosmo integrations:easypost easypost_pickups_list '{}' --json

easypost.easypost_pickups_get

Retrieve a pickup.

Read read
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_pickups_get '{}' --json
Shortcut
kosmo integrations:easypost easypost_pickups_get '{}' --json

easypost.easypost_scan_forms_create

Create a scan form.

Write write
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_scan_forms_create '{}' --json
Shortcut
kosmo integrations:easypost easypost_scan_forms_create '{}' --json

easypost.easypost_scan_forms_list

List scan forms with pagination filters.

Read read
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_scan_forms_list '{}' --json
Shortcut
kosmo integrations:easypost easypost_scan_forms_list '{}' --json

easypost.easypost_scan_forms_get

Retrieve a scan form.

Read read
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_scan_forms_get '{}' --json
Shortcut
kosmo integrations:easypost easypost_scan_forms_get '{}' --json

easypost.easypost_refunds_create

Bulk request refunds by carrier and tracking codes.

Write write
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_refunds_create '{}' --json
Shortcut
kosmo integrations:easypost easypost_refunds_create '{}' --json

easypost.easypost_refunds_list

List refunds with pagination filters.

Read read
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_refunds_list '{}' --json
Shortcut
kosmo integrations:easypost easypost_refunds_list '{}' --json

easypost.easypost_refunds_get

Retrieve a refund.

Read read
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_refunds_get '{}' --json
Shortcut
kosmo integrations:easypost easypost_refunds_get '{}' --json

easypost.easypost_insurances_create

Create standalone shipment insurance.

Write write
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_insurances_create '{}' --json
Shortcut
kosmo integrations:easypost easypost_insurances_create '{}' --json

easypost.easypost_insurances_list

List insurance records with pagination filters.

Read read
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_insurances_list '{}' --json
Shortcut
kosmo integrations:easypost easypost_insurances_list '{}' --json

easypost.easypost_insurances_get

Retrieve an insurance record.

Read read
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_insurances_get '{}' --json
Shortcut
kosmo integrations:easypost easypost_insurances_get '{}' --json

easypost.easypost_insurances_refund

Refund an insurance record.

Write write
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_insurances_refund '{}' --json
Shortcut
kosmo integrations:easypost easypost_insurances_refund '{}' --json

easypost.easypost_carrier_accounts_list

List carrier accounts.

Read read
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_carrier_accounts_list '{}' --json
Shortcut
kosmo integrations:easypost easypost_carrier_accounts_list '{}' --json

easypost.easypost_carrier_accounts_get

Retrieve a carrier account.

Read read
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_carrier_accounts_get '{}' --json
Shortcut
kosmo integrations:easypost easypost_carrier_accounts_get '{}' --json

easypost.easypost_carrier_accounts_create

Create a carrier account.

Write write
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_carrier_accounts_create '{}' --json
Shortcut
kosmo integrations:easypost easypost_carrier_accounts_create '{}' --json

easypost.easypost_carrier_accounts_update

Update a carrier account.

Write write
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_carrier_accounts_update '{}' --json
Shortcut
kosmo integrations:easypost easypost_carrier_accounts_update '{}' --json

easypost.easypost_carrier_accounts_delete

Delete a carrier account.

Write write
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_carrier_accounts_delete '{}' --json
Shortcut
kosmo integrations:easypost easypost_carrier_accounts_delete '{}' --json

easypost.easypost_carrier_types_list

List available carrier account types.

Read read
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_carrier_types_list '{}' --json
Shortcut
kosmo integrations:easypost easypost_carrier_types_list '{}' --json

easypost.easypost_webhooks_create

Create a webhook endpoint.

Write write
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_webhooks_create '{}' --json
Shortcut
kosmo integrations:easypost easypost_webhooks_create '{}' --json

easypost.easypost_webhooks_list

List webhook endpoints.

Read read
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_webhooks_list '{}' --json
Shortcut
kosmo integrations:easypost easypost_webhooks_list '{}' --json

easypost.easypost_webhooks_get

Retrieve a webhook endpoint.

Read read
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_webhooks_get '{}' --json
Shortcut
kosmo integrations:easypost easypost_webhooks_get '{}' --json

easypost.easypost_webhooks_update

Update a webhook endpoint.

Write write
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_webhooks_update '{}' --json
Shortcut
kosmo integrations:easypost easypost_webhooks_update '{}' --json

easypost.easypost_webhooks_delete

Delete a webhook endpoint.

Write write
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_webhooks_delete '{}' --json
Shortcut
kosmo integrations:easypost easypost_webhooks_delete '{}' --json

easypost.easypost_events_list

List webhook events.

Read read
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_events_list '{}' --json
Shortcut
kosmo integrations:easypost easypost_events_list '{}' --json

easypost.easypost_events_get

Retrieve a webhook event.

Read read
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_events_get '{}' --json
Shortcut
kosmo integrations:easypost easypost_events_get '{}' --json

easypost.easypost_reports_create

Create a report by report type.

Write write
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_reports_create '{}' --json
Shortcut
kosmo integrations:easypost easypost_reports_create '{}' --json

easypost.easypost_reports_list

List reports by report type.

Read read
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_reports_list '{}' --json
Shortcut
kosmo integrations:easypost easypost_reports_list '{}' --json

easypost.easypost_reports_get

Retrieve one report by type.

Read read
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_reports_get '{}' --json
Shortcut
kosmo integrations:easypost easypost_reports_get '{}' --json

easypost.easypost_api_keys_list

List EasyPost API keys visible to the credential.

Read read
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_api_keys_list '{}' --json
Shortcut
kosmo integrations:easypost easypost_api_keys_list '{}' --json

easypost.easypost_api_get

Call a safe relative EasyPost API GET path.

Read read
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_api_get '{}' --json
Shortcut
kosmo integrations:easypost easypost_api_get '{}' --json

easypost.easypost_api_post

Call a safe relative EasyPost API POST path.

Write write
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_api_post '{}' --json
Shortcut
kosmo integrations:easypost easypost_api_post '{}' --json

easypost.easypost_api_put

Call a safe relative EasyPost API PUT path.

Write write
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_api_put '{}' --json
Shortcut
kosmo integrations:easypost easypost_api_put '{}' --json

easypost.easypost_api_patch

Call a safe relative EasyPost API PATCH path.

Write write
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_api_patch '{}' --json
Shortcut
kosmo integrations:easypost easypost_api_patch '{}' --json

easypost.easypost_api_delete

Call a safe relative EasyPost API DELETE path.

Write write
Parameters
none
Generic call
kosmo integrations:call easypost.easypost_api_delete '{}' --json
Shortcut
kosmo integrations:easypost easypost_api_delete '{}' --json

Function Schemas

Use these parameter tables when building CLI payloads without calling integrations:schema first.

easypost.easypost_addresses_create 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_addresses_create --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_addresses_get 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_addresses_get --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_addresses_verify 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_addresses_verify --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_parcels_create 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_parcels_create --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_parcels_get 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_parcels_get --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_customs_items_create 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_customs_items_create --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_customs_items_get 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_customs_items_get --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_customs_infos_create 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_customs_infos_create --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_customs_infos_get 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_customs_infos_get --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_shipments_create 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_shipments_create --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_shipments_buy 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_shipments_buy --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_shipments_list 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_shipments_list --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_shipments_get 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_shipments_get --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_shipments_label 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_shipments_label --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_shipments_insure 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_shipments_insure --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_shipments_refund 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_shipments_refund --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_trackers_create 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_trackers_create --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_trackers_list 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_trackers_list --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_trackers_get 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_trackers_get --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_orders_create 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_orders_create --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_orders_buy 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_orders_buy --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_orders_get 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_orders_get --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_batches_create 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_batches_create --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_batches_add_shipments 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_batches_add_shipments --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_batches_remove_shipments 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_batches_remove_shipments --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_batches_buy 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_batches_buy --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_batches_label 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_batches_label --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_batches_scan_form 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_batches_scan_form --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_batches_list 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_batches_list --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_batches_get 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_batches_get --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_pickups_create 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_pickups_create --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_pickups_buy 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_pickups_buy --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_pickups_cancel 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_pickups_cancel --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_pickups_list 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_pickups_list --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_pickups_get 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_pickups_get --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_scan_forms_create 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_scan_forms_create --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_scan_forms_list 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_scan_forms_list --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_scan_forms_get 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_scan_forms_get --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_refunds_create 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_refunds_create --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_refunds_list 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_refunds_list --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_refunds_get 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_refunds_get --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_insurances_create 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_insurances_create --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_insurances_list 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_insurances_list --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_insurances_get 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_insurances_get --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_insurances_refund 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_insurances_refund --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_carrier_accounts_list 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_carrier_accounts_list --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_carrier_accounts_get 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_carrier_accounts_get --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_carrier_accounts_create 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_carrier_accounts_create --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_carrier_accounts_update 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_carrier_accounts_update --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_carrier_accounts_delete 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_carrier_accounts_delete --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_carrier_types_list 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_carrier_types_list --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_webhooks_create 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_webhooks_create --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_webhooks_list 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_webhooks_list --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_webhooks_get 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_webhooks_get --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_webhooks_update 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_webhooks_update --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_webhooks_delete 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_webhooks_delete --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_events_list 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_events_list --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_events_get 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_events_get --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_reports_create 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_reports_create --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_reports_list 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_reports_list --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_reports_get 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_reports_get --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_api_keys_list 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_api_keys_list --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_api_get 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_api_get --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_api_post 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_api_post --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_api_put 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_api_put --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_api_patch 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_api_patch --json
ParameterTypeRequiredDescription
No parameters.
easypost.easypost_api_delete 0 parameters
Schema command
kosmo integrations:schema easypost.easypost_api_delete --json
ParameterTypeRequiredDescription
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.