install_agent_marketplace_action
Install an agent marketplace action using its listing ID, revision ID, and idempotency key, with optional deployment targets for governed environments.
Instructions
Install persisted UUIDs returned by list_agent_marketplace_listings.
Synthetic IDs returned by search_agent_marketplace are not accepted.
Installation pins one revision and never grants execution approval.
deployment_targets is a JSON array using governed values such as
codex_backbone or claude_code_domain:finance. Without an explicit
target the installation remains directly invokable but is not projected
into an agent's automatic tool catalog.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| listing_id | Yes | ||
| revision_id | Yes | ||
| idempotency_key | Yes | ||
| deployment_targets | No | [] |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |