Skip to main content
These prompts describe what you want in everyday language. Replace the sample IDs with IDs you obtained from . For write operations, the prompt asks the agent to show the final input before execution. The tool names appear below each prompt only as a technical reference.

How to use this catalog

  1. Ask to check its configuration when identity mode is uncertain.
  2. Replace every sample ID with an ID returned by ; do not ask the agent to invent one.
  3. Keep discovery and mutation as separate steps.
  4. Require a preview before a write or destructive tool.
  5. Tell the agent whether plaintext may enter its context.
  6. Stop on 403 instead of asking the agent to search for broader access.
Each heading lets you find the matching MCP capability. You do not need to include that heading or any tool name in your request. MCP workflows combines these prompts into complete tasks with explicit review points.

Status and projects

Check configuration

Use this first when you are unsure which profile MCP loaded.
MCP tool used: airctrl_status

List accessible accounts

This tool requires a human PAT.
MCP tool used: list_accounts

List projects

MCP tool used: list_projects

View a project

MCP tool used: get_project

Create a project

The result includes the new project ID.
MCP tool used: create_project

Update a project

MCP tool used: update_project

Archive or restore a project

Use archived: false to restore it.
MCP tool used: set_project_archive

Service Account metadata

List Service Accounts

MCP tool used: list_service_accounts

View a Service Account

Both metadata tools require a human PAT.
MCP tool used: get_service_account

Record reading and local generation

List record metadata

MCP tool used: list_records

Read a complete record

MCP tool used: get_secret

Read selected record fields

MCP tool used: read_record

Load all project records

This can expose many records to the agent. Prefer read_record when one record is enough.
MCP tool used: get_all

View supported record formats

This helper is local and does not call the API.
MCP tool used: list_secret_types

Generate a secret locally

This helper generates values locally and stores nothing.
MCP tool used: generate_secret

Create an encrypted record

MCP tool used: create_record

Replace record fields

When no recordId is used, supply projectId, name and secretFormat to create or update by name.
MCP tool used: set_secret

Record lifecycle

Update record details

MCP tool used: update_record_metadata

Archive or restore a record

MCP tool used: set_record_archive

Transfer record ownership

MCP tool used: transfer_record_ownership

View record version history

MCP tool used: list_record_versions

Restore a previous record version

MCP tool used: rollback_record

Rotate a record

MCP tool used: rotate_record

Record sharing

Share a record with a user

MCP tool used: share_record_user

Share a record with a Service Account

MCP tool used: share_record_service_account

Share a record with a group

MCP tool used: share_record_group

Remove a user’s record access

MCP tool used: revoke_record_user

Remove a Service Account’s record access

MCP tool used: revoke_record_service_account

Remove a group’s record access

MCP tool used: revoke_record_group

Record audit

Review one record’s audit history

MCP tool used: read_record_audit

Find unusual record activity

MCP tool used: list_record_anomalies

Review daily record activity

MCP tool used: list_record_activity

Review record alerts

MCP tool used: list_record_alerts

Review secret access events

MCP tool used: list_record_access

Providers and credentials

List supported AI providers

MCP tool used: list_providers

List provider credentials

MCP tool used: list_provider_credentials

Add a provider credential

MCP tool used: add_provider_key

List models for a credential

MCP tool used: list_provider_models

Replace a provider key

MCP tool used: rotate_provider_key

Rename a provider credential

MCP tool used: rename_provider_credential

Revoke a provider credential

MCP tool used: revoke_provider_credential

Gateway setup and routing

List gateways

MCP tool used: list_gateways

Create a gateway

MCP tool used: create_gateway

Set up a complete gateway

This workflow can add a provider credential, create a gateway and create a one-time gateway token.
MCP tool used: setup_gateway

View gateway connection settings

MCP tool used: get_connection_config

Change gateway routing

MCP tool used: set_routing

Change gateway limits and behavior

MCP tool used: set_gateway_settings

Detach a provider credential

MCP tool used: detach_gateway_credential

Delete a gateway

MCP tool used: delete_gateway

Gateway tokens

List gateway tokens

MCP tool used: list_gateway_tokens

Create a gateway token

MCP tool used: create_gateway_token

Rename a gateway token

MCP tool used: rename_gateway_token

Revoke a gateway token

MCP tool used: revoke_gateway_token

Delete a gateway token

MCP tool used: delete_gateway_token

Logs, usage and OpenTelemetry

Review gateway requests

MCP tool used: read_usage

Inspect one gateway request

MCP tool used: read_gateway_log

Review provider-key access

MCP tool used: read_gateway_key_access

Review project usage logs

MCP tool used: list_usage_logs

Inspect one project usage log

MCP tool used: read_usage_log

Review project spend

MCP tool used: read_usage_spend

Review project usage metrics

MCP tool used: read_usage_metrics

View OpenTelemetry settings

MCP tool used: get_otel_export

Change OpenTelemetry settings

MCP tool used: set_otel_export

When a prompt fails

If a tool returns validation, permission or not-found errors, stop and explain the exact code. Do not try neighboring IDs or broader scopes. Retry only temporary rate_limited, internal_error or service_unavailable failures, with a short bounded backoff.