Inspect a project without decrypting secrets
Use this for inventory and planning. It keeps plaintext outside the agent context.
MCP tools used:
get_project, list_recordsRead the smallest useful secret scope
Prefer this over
get_all when one record or a few fields are enough.MCP tools used:
list_records, read_recordCreate and verify a generated record
MCP tools used:
list_secret_types, create_record, list_recordsShare a record with a Service Account
Sharing creates record access; it does not broaden the Service Account’s RBAC permissions.
MCP tools used:
get_service_account, list_records, share_record_service_accountRemove one Service Account grant
MCP tools used:
get_service_account, list_records, revoke_record_service_accountCreate a gateway from an environment-backed provider key
MCP tools used:
list_providers, setup_gateway, get_connection_configReplace a gateway token safely
Never revoke the old token before the replacement has been stored and deployed.
MCP tools used:
list_gateway_tokens, create_gateway_token, revoke_gateway_tokenDiagnose gateway failures without changing configuration
MCP tools used:
read_usage_metrics, list_usage_logs, read_gateway_key_accessInspect one failed request deeply
MCP tools used:
read_usage, read_gateway_logReview spend before changing limits
MCP tools used:
read_usage_spend, read_usage_metrics, set_gateway_settingsRotate a provider key with dependency checks
MCP tools used:
list_provider_credentials, list_provider_models, rotate_provider_keyConfigure OpenTelemetry and verify safe state
MCP tools used:
get_otel_export, set_otel_exportDecommission a gateway
MCP tools used:
get_connection_config, list_gateway_tokens, read_usage, delete_gateway