register-pce-credentials
Register or update Illumio PCE API credentials to activate all PCE management tools for the current session.
Instructions
Register (or overwrite) PCE credentials for the current authenticated user. After registering, all PCE tools become available in this session. WRITE OPERATION: changes PCE state. In clients that gate tool calls (Claude Desktop, Claude Code), this pauses for the user to approve it -- the call has not failed and must not be retried while waiting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | Optional human-readable label for this credential set | |
| api_key | Yes | PCE API key name | |
| pce_host | Yes | PCE hostname or IP address | |
| pce_port | Yes | PCE API port (typically 443 or 8443) | |
| api_secret | Yes | PCE API key secret | |
| pce_org_id | Yes | PCE organisation ID | |
| tls_verify | No | Verify TLS certificates (default true) |