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 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.
| Key | Env var | Type | Required | Label |
|---|---|---|---|---|
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.
kosmo integrations:call easypost.easypost_addresses_create '{}' --json 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.
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 - Parameters
- none
kosmo integrations:call easypost.easypost_addresses_create '{}' --json kosmo integrations:easypost easypost_addresses_create '{}' --json easypost.easypost_addresses_get
Retrieve an EasyPost address.
read - Parameters
- none
kosmo integrations:call easypost.easypost_addresses_get '{}' --json kosmo integrations:easypost easypost_addresses_get '{}' --json easypost.easypost_addresses_verify
Verify an address by ID.
write - Parameters
- none
kosmo integrations:call easypost.easypost_addresses_verify '{}' --json kosmo integrations:easypost easypost_addresses_verify '{}' --json easypost.easypost_parcels_create
Create an EasyPost parcel.
write - Parameters
- none
kosmo integrations:call easypost.easypost_parcels_create '{}' --json kosmo integrations:easypost easypost_parcels_create '{}' --json easypost.easypost_parcels_get
Retrieve an EasyPost parcel.
read - Parameters
- none
kosmo integrations:call easypost.easypost_parcels_get '{}' --json kosmo integrations:easypost easypost_parcels_get '{}' --json easypost.easypost_customs_items_create
Create a customs item.
write - Parameters
- none
kosmo integrations:call easypost.easypost_customs_items_create '{}' --json kosmo integrations:easypost easypost_customs_items_create '{}' --json easypost.easypost_customs_items_get
Retrieve a customs item.
read - Parameters
- none
kosmo integrations:call easypost.easypost_customs_items_get '{}' --json kosmo integrations:easypost easypost_customs_items_get '{}' --json easypost.easypost_customs_infos_create
Create customs info for international shipments.
write - Parameters
- none
kosmo integrations:call easypost.easypost_customs_infos_create '{}' --json kosmo integrations:easypost easypost_customs_infos_create '{}' --json easypost.easypost_customs_infos_get
Retrieve customs info.
read - Parameters
- none
kosmo integrations:call easypost.easypost_customs_infos_get '{}' --json kosmo integrations:easypost easypost_customs_infos_get '{}' --json easypost.easypost_shipments_create
Create a shipment and retrieve rates.
write - Parameters
- none
kosmo integrations:call easypost.easypost_shipments_create '{}' --json kosmo integrations:easypost easypost_shipments_create '{}' --json easypost.easypost_shipments_buy
Buy a shipment label using a selected rate.
write - Parameters
- none
kosmo integrations:call easypost.easypost_shipments_buy '{}' --json kosmo integrations:easypost easypost_shipments_buy '{}' --json easypost.easypost_shipments_list
List shipments with pagination filters.
read - Parameters
- none
kosmo integrations:call easypost.easypost_shipments_list '{}' --json kosmo integrations:easypost easypost_shipments_list '{}' --json easypost.easypost_shipments_get
Retrieve a shipment.
read - Parameters
- none
kosmo integrations:call easypost.easypost_shipments_get '{}' --json kosmo integrations:easypost easypost_shipments_get '{}' --json easypost.easypost_shipments_label
Retrieve or regenerate a shipment label.
read - Parameters
- none
kosmo integrations:call easypost.easypost_shipments_label '{}' --json kosmo integrations:easypost easypost_shipments_label '{}' --json easypost.easypost_shipments_insure
Add insurance to a purchased shipment.
write - Parameters
- none
kosmo integrations:call easypost.easypost_shipments_insure '{}' --json kosmo integrations:easypost easypost_shipments_insure '{}' --json easypost.easypost_shipments_refund
Request a refund for one shipment.
write - Parameters
- none
kosmo integrations:call easypost.easypost_shipments_refund '{}' --json kosmo integrations:easypost easypost_shipments_refund '{}' --json easypost.easypost_trackers_create
Create a tracker for a tracking code.
write - Parameters
- none
kosmo integrations:call easypost.easypost_trackers_create '{}' --json kosmo integrations:easypost easypost_trackers_create '{}' --json easypost.easypost_trackers_list
List trackers with pagination filters.
read - Parameters
- none
kosmo integrations:call easypost.easypost_trackers_list '{}' --json kosmo integrations:easypost easypost_trackers_list '{}' --json easypost.easypost_trackers_get
Retrieve a tracker.
read - Parameters
- none
kosmo integrations:call easypost.easypost_trackers_get '{}' --json kosmo integrations:easypost easypost_trackers_get '{}' --json easypost.easypost_orders_create
Create a multi-parcel order.
write - Parameters
- none
kosmo integrations:call easypost.easypost_orders_create '{}' --json kosmo integrations:easypost easypost_orders_create '{}' --json easypost.easypost_orders_buy
Buy labels for an order.
write - Parameters
- none
kosmo integrations:call easypost.easypost_orders_buy '{}' --json kosmo integrations:easypost easypost_orders_buy '{}' --json easypost.easypost_orders_get
Retrieve an order.
read - Parameters
- none
kosmo integrations:call easypost.easypost_orders_get '{}' --json kosmo integrations:easypost easypost_orders_get '{}' --json easypost.easypost_batches_create
Create a batch of shipments.
write - Parameters
- none
kosmo integrations:call easypost.easypost_batches_create '{}' --json kosmo integrations:easypost easypost_batches_create '{}' --json easypost.easypost_batches_add_shipments
Add shipments to a batch.
write - Parameters
- none
kosmo integrations:call easypost.easypost_batches_add_shipments '{}' --json kosmo integrations:easypost easypost_batches_add_shipments '{}' --json easypost.easypost_batches_remove_shipments
Remove shipments from a batch.
write - Parameters
- none
kosmo integrations:call easypost.easypost_batches_remove_shipments '{}' --json kosmo integrations:easypost easypost_batches_remove_shipments '{}' --json easypost.easypost_batches_buy
Buy all buyable shipments in a batch.
write - Parameters
- none
kosmo integrations:call easypost.easypost_batches_buy '{}' --json kosmo integrations:easypost easypost_batches_buy '{}' --json easypost.easypost_batches_label
Generate consolidated labels for a batch.
write - Parameters
- none
kosmo integrations:call easypost.easypost_batches_label '{}' --json kosmo integrations:easypost easypost_batches_label '{}' --json easypost.easypost_batches_scan_form
Create a scan form for a batch.
write - Parameters
- none
kosmo integrations:call easypost.easypost_batches_scan_form '{}' --json kosmo integrations:easypost easypost_batches_scan_form '{}' --json easypost.easypost_batches_list
List batches with pagination filters.
read - Parameters
- none
kosmo integrations:call easypost.easypost_batches_list '{}' --json kosmo integrations:easypost easypost_batches_list '{}' --json easypost.easypost_batches_get
Retrieve a batch.
read - Parameters
- none
kosmo integrations:call easypost.easypost_batches_get '{}' --json kosmo integrations:easypost easypost_batches_get '{}' --json easypost.easypost_pickups_create
Create a carrier pickup.
write - Parameters
- none
kosmo integrations:call easypost.easypost_pickups_create '{}' --json kosmo integrations:easypost easypost_pickups_create '{}' --json easypost.easypost_pickups_buy
Purchase a pickup rate.
write - Parameters
- none
kosmo integrations:call easypost.easypost_pickups_buy '{}' --json kosmo integrations:easypost easypost_pickups_buy '{}' --json easypost.easypost_pickups_cancel
Cancel a scheduled pickup.
write - Parameters
- none
kosmo integrations:call easypost.easypost_pickups_cancel '{}' --json kosmo integrations:easypost easypost_pickups_cancel '{}' --json easypost.easypost_pickups_list
List pickups with pagination filters.
read - Parameters
- none
kosmo integrations:call easypost.easypost_pickups_list '{}' --json kosmo integrations:easypost easypost_pickups_list '{}' --json easypost.easypost_pickups_get
Retrieve a pickup.
read - Parameters
- none
kosmo integrations:call easypost.easypost_pickups_get '{}' --json kosmo integrations:easypost easypost_pickups_get '{}' --json easypost.easypost_scan_forms_create
Create a scan form.
write - Parameters
- none
kosmo integrations:call easypost.easypost_scan_forms_create '{}' --json kosmo integrations:easypost easypost_scan_forms_create '{}' --json easypost.easypost_scan_forms_list
List scan forms with pagination filters.
read - Parameters
- none
kosmo integrations:call easypost.easypost_scan_forms_list '{}' --json kosmo integrations:easypost easypost_scan_forms_list '{}' --json easypost.easypost_scan_forms_get
Retrieve a scan form.
read - Parameters
- none
kosmo integrations:call easypost.easypost_scan_forms_get '{}' --json kosmo integrations:easypost easypost_scan_forms_get '{}' --json easypost.easypost_refunds_create
Bulk request refunds by carrier and tracking codes.
write - Parameters
- none
kosmo integrations:call easypost.easypost_refunds_create '{}' --json kosmo integrations:easypost easypost_refunds_create '{}' --json easypost.easypost_refunds_list
List refunds with pagination filters.
read - Parameters
- none
kosmo integrations:call easypost.easypost_refunds_list '{}' --json kosmo integrations:easypost easypost_refunds_list '{}' --json easypost.easypost_refunds_get
Retrieve a refund.
read - Parameters
- none
kosmo integrations:call easypost.easypost_refunds_get '{}' --json kosmo integrations:easypost easypost_refunds_get '{}' --json easypost.easypost_insurances_create
Create standalone shipment insurance.
write - Parameters
- none
kosmo integrations:call easypost.easypost_insurances_create '{}' --json kosmo integrations:easypost easypost_insurances_create '{}' --json easypost.easypost_insurances_list
List insurance records with pagination filters.
read - Parameters
- none
kosmo integrations:call easypost.easypost_insurances_list '{}' --json kosmo integrations:easypost easypost_insurances_list '{}' --json easypost.easypost_insurances_get
Retrieve an insurance record.
read - Parameters
- none
kosmo integrations:call easypost.easypost_insurances_get '{}' --json kosmo integrations:easypost easypost_insurances_get '{}' --json easypost.easypost_insurances_refund
Refund an insurance record.
write - Parameters
- none
kosmo integrations:call easypost.easypost_insurances_refund '{}' --json kosmo integrations:easypost easypost_insurances_refund '{}' --json easypost.easypost_carrier_accounts_list
List carrier accounts.
read - Parameters
- none
kosmo integrations:call easypost.easypost_carrier_accounts_list '{}' --json kosmo integrations:easypost easypost_carrier_accounts_list '{}' --json easypost.easypost_carrier_accounts_get
Retrieve a carrier account.
read - Parameters
- none
kosmo integrations:call easypost.easypost_carrier_accounts_get '{}' --json kosmo integrations:easypost easypost_carrier_accounts_get '{}' --json easypost.easypost_carrier_accounts_create
Create a carrier account.
write - Parameters
- none
kosmo integrations:call easypost.easypost_carrier_accounts_create '{}' --json kosmo integrations:easypost easypost_carrier_accounts_create '{}' --json easypost.easypost_carrier_accounts_update
Update a carrier account.
write - Parameters
- none
kosmo integrations:call easypost.easypost_carrier_accounts_update '{}' --json kosmo integrations:easypost easypost_carrier_accounts_update '{}' --json easypost.easypost_carrier_accounts_delete
Delete a carrier account.
write - Parameters
- none
kosmo integrations:call easypost.easypost_carrier_accounts_delete '{}' --json kosmo integrations:easypost easypost_carrier_accounts_delete '{}' --json easypost.easypost_carrier_types_list
List available carrier account types.
read - Parameters
- none
kosmo integrations:call easypost.easypost_carrier_types_list '{}' --json kosmo integrations:easypost easypost_carrier_types_list '{}' --json easypost.easypost_webhooks_create
Create a webhook endpoint.
write - Parameters
- none
kosmo integrations:call easypost.easypost_webhooks_create '{}' --json kosmo integrations:easypost easypost_webhooks_create '{}' --json easypost.easypost_webhooks_list
List webhook endpoints.
read - Parameters
- none
kosmo integrations:call easypost.easypost_webhooks_list '{}' --json kosmo integrations:easypost easypost_webhooks_list '{}' --json easypost.easypost_webhooks_get
Retrieve a webhook endpoint.
read - Parameters
- none
kosmo integrations:call easypost.easypost_webhooks_get '{}' --json kosmo integrations:easypost easypost_webhooks_get '{}' --json easypost.easypost_webhooks_update
Update a webhook endpoint.
write - Parameters
- none
kosmo integrations:call easypost.easypost_webhooks_update '{}' --json kosmo integrations:easypost easypost_webhooks_update '{}' --json easypost.easypost_webhooks_delete
Delete a webhook endpoint.
write - Parameters
- none
kosmo integrations:call easypost.easypost_webhooks_delete '{}' --json kosmo integrations:easypost easypost_webhooks_delete '{}' --json easypost.easypost_events_list
List webhook events.
read - Parameters
- none
kosmo integrations:call easypost.easypost_events_list '{}' --json kosmo integrations:easypost easypost_events_list '{}' --json easypost.easypost_events_get
Retrieve a webhook event.
read - Parameters
- none
kosmo integrations:call easypost.easypost_events_get '{}' --json kosmo integrations:easypost easypost_events_get '{}' --json easypost.easypost_reports_create
Create a report by report type.
write - Parameters
- none
kosmo integrations:call easypost.easypost_reports_create '{}' --json kosmo integrations:easypost easypost_reports_create '{}' --json easypost.easypost_reports_list
List reports by report type.
read - Parameters
- none
kosmo integrations:call easypost.easypost_reports_list '{}' --json kosmo integrations:easypost easypost_reports_list '{}' --json easypost.easypost_reports_get
Retrieve one report by type.
read - Parameters
- none
kosmo integrations:call easypost.easypost_reports_get '{}' --json kosmo integrations:easypost easypost_reports_get '{}' --json easypost.easypost_api_keys_list
List EasyPost API keys visible to the credential.
read - Parameters
- none
kosmo integrations:call easypost.easypost_api_keys_list '{}' --json kosmo integrations:easypost easypost_api_keys_list '{}' --json easypost.easypost_api_get
Call a safe relative EasyPost API GET path.
read - Parameters
- none
kosmo integrations:call easypost.easypost_api_get '{}' --json kosmo integrations:easypost easypost_api_get '{}' --json easypost.easypost_api_post
Call a safe relative EasyPost API POST path.
write - Parameters
- none
kosmo integrations:call easypost.easypost_api_post '{}' --json kosmo integrations:easypost easypost_api_post '{}' --json easypost.easypost_api_put
Call a safe relative EasyPost API PUT path.
write - Parameters
- none
kosmo integrations:call easypost.easypost_api_put '{}' --json kosmo integrations:easypost easypost_api_put '{}' --json easypost.easypost_api_patch
Call a safe relative EasyPost API PATCH path.
write - Parameters
- none
kosmo integrations:call easypost.easypost_api_patch '{}' --json kosmo integrations:easypost easypost_api_patch '{}' --json easypost.easypost_api_delete
Call a safe relative EasyPost API DELETE path.
write - Parameters
- none
kosmo integrations:call easypost.easypost_api_delete '{}' --json 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
kosmo integrations:schema easypost.easypost_addresses_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_addresses_get 0 parameters
kosmo integrations:schema easypost.easypost_addresses_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_addresses_verify 0 parameters
kosmo integrations:schema easypost.easypost_addresses_verify --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_parcels_create 0 parameters
kosmo integrations:schema easypost.easypost_parcels_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_parcels_get 0 parameters
kosmo integrations:schema easypost.easypost_parcels_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_customs_items_create 0 parameters
kosmo integrations:schema easypost.easypost_customs_items_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_customs_items_get 0 parameters
kosmo integrations:schema easypost.easypost_customs_items_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_customs_infos_create 0 parameters
kosmo integrations:schema easypost.easypost_customs_infos_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_customs_infos_get 0 parameters
kosmo integrations:schema easypost.easypost_customs_infos_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_shipments_create 0 parameters
kosmo integrations:schema easypost.easypost_shipments_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_shipments_buy 0 parameters
kosmo integrations:schema easypost.easypost_shipments_buy --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_shipments_list 0 parameters
kosmo integrations:schema easypost.easypost_shipments_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_shipments_get 0 parameters
kosmo integrations:schema easypost.easypost_shipments_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_shipments_label 0 parameters
kosmo integrations:schema easypost.easypost_shipments_label --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_shipments_insure 0 parameters
kosmo integrations:schema easypost.easypost_shipments_insure --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_shipments_refund 0 parameters
kosmo integrations:schema easypost.easypost_shipments_refund --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_trackers_create 0 parameters
kosmo integrations:schema easypost.easypost_trackers_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_trackers_list 0 parameters
kosmo integrations:schema easypost.easypost_trackers_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_trackers_get 0 parameters
kosmo integrations:schema easypost.easypost_trackers_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_orders_create 0 parameters
kosmo integrations:schema easypost.easypost_orders_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_orders_buy 0 parameters
kosmo integrations:schema easypost.easypost_orders_buy --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_orders_get 0 parameters
kosmo integrations:schema easypost.easypost_orders_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_batches_create 0 parameters
kosmo integrations:schema easypost.easypost_batches_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_batches_add_shipments 0 parameters
kosmo integrations:schema easypost.easypost_batches_add_shipments --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_batches_remove_shipments 0 parameters
kosmo integrations:schema easypost.easypost_batches_remove_shipments --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_batches_buy 0 parameters
kosmo integrations:schema easypost.easypost_batches_buy --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_batches_label 0 parameters
kosmo integrations:schema easypost.easypost_batches_label --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_batches_scan_form 0 parameters
kosmo integrations:schema easypost.easypost_batches_scan_form --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_batches_list 0 parameters
kosmo integrations:schema easypost.easypost_batches_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_batches_get 0 parameters
kosmo integrations:schema easypost.easypost_batches_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_pickups_create 0 parameters
kosmo integrations:schema easypost.easypost_pickups_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_pickups_buy 0 parameters
kosmo integrations:schema easypost.easypost_pickups_buy --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_pickups_cancel 0 parameters
kosmo integrations:schema easypost.easypost_pickups_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_pickups_list 0 parameters
kosmo integrations:schema easypost.easypost_pickups_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_pickups_get 0 parameters
kosmo integrations:schema easypost.easypost_pickups_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_scan_forms_create 0 parameters
kosmo integrations:schema easypost.easypost_scan_forms_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_scan_forms_list 0 parameters
kosmo integrations:schema easypost.easypost_scan_forms_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_scan_forms_get 0 parameters
kosmo integrations:schema easypost.easypost_scan_forms_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_refunds_create 0 parameters
kosmo integrations:schema easypost.easypost_refunds_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_refunds_list 0 parameters
kosmo integrations:schema easypost.easypost_refunds_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_refunds_get 0 parameters
kosmo integrations:schema easypost.easypost_refunds_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_insurances_create 0 parameters
kosmo integrations:schema easypost.easypost_insurances_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_insurances_list 0 parameters
kosmo integrations:schema easypost.easypost_insurances_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_insurances_get 0 parameters
kosmo integrations:schema easypost.easypost_insurances_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_insurances_refund 0 parameters
kosmo integrations:schema easypost.easypost_insurances_refund --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_carrier_accounts_list 0 parameters
kosmo integrations:schema easypost.easypost_carrier_accounts_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_carrier_accounts_get 0 parameters
kosmo integrations:schema easypost.easypost_carrier_accounts_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_carrier_accounts_create 0 parameters
kosmo integrations:schema easypost.easypost_carrier_accounts_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_carrier_accounts_update 0 parameters
kosmo integrations:schema easypost.easypost_carrier_accounts_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_carrier_accounts_delete 0 parameters
kosmo integrations:schema easypost.easypost_carrier_accounts_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_carrier_types_list 0 parameters
kosmo integrations:schema easypost.easypost_carrier_types_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_webhooks_create 0 parameters
kosmo integrations:schema easypost.easypost_webhooks_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_webhooks_list 0 parameters
kosmo integrations:schema easypost.easypost_webhooks_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_webhooks_get 0 parameters
kosmo integrations:schema easypost.easypost_webhooks_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_webhooks_update 0 parameters
kosmo integrations:schema easypost.easypost_webhooks_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_webhooks_delete 0 parameters
kosmo integrations:schema easypost.easypost_webhooks_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_events_list 0 parameters
kosmo integrations:schema easypost.easypost_events_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_events_get 0 parameters
kosmo integrations:schema easypost.easypost_events_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_reports_create 0 parameters
kosmo integrations:schema easypost.easypost_reports_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_reports_list 0 parameters
kosmo integrations:schema easypost.easypost_reports_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_reports_get 0 parameters
kosmo integrations:schema easypost.easypost_reports_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_api_keys_list 0 parameters
kosmo integrations:schema easypost.easypost_api_keys_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_api_get 0 parameters
kosmo integrations:schema easypost.easypost_api_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_api_post 0 parameters
kosmo integrations:schema easypost.easypost_api_post --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_api_put 0 parameters
kosmo integrations:schema easypost.easypost_api_put --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_api_patch 0 parameters
kosmo integrations:schema easypost.easypost_api_patch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
easypost.easypost_api_delete 0 parameters
kosmo integrations:schema easypost.easypost_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.