KosmoKrator

data

Fastly MCP Gateway for AI Agents

Expose Fastly tools to Claude Code, Cursor, Codex, and other MCP clients through the local KosmoKrator MCP gateway.

Fastly MCP Gateway

Expose Fastly to MCP clients with `kosmokrator mcp:serve --integration=fastly`.

If the client has never used KosmoKrator before, install it first, then register this integration as a stdio MCP server.

Install KosmoKrator
curl -fsSL https://raw.githubusercontent.com/OpenCompanyApp/kosmokrator/main/install.sh | bash
Install gateway entry
kosmokrator mcp:gateway:install --integration=fastly --write=deny --json
MCP configuration
{
  "mcpServers": {
    "kosmokrator-fastly": {
      "type": "stdio",
      "command": "kosmo",
      "args": [
        "mcp:serve",
        "--integration=fastly",
        "--write=deny"
      ]
    }
  }
}
Serve manually
kosmokrator mcp:serve --integration=fastly --write=deny

Client Notes

Use one scoped MCP gateway entry, then adapt the config location to the client or framework.

Claude Code Connect local KosmoKrator integrations to Claude Code through one scoped MCP gateway entry. Claude Code can launch the local kosmo binary directly from the project MCP config.
Cursor Expose selected local integrations to Cursor through KosmoKrator without configuring each service as its own MCP server. Use the same KosmoKrator install and integration credentials that power terminal and headless runs.
Codex Use KosmoKrator as a local MCP proxy for Codex so coding sessions can reach selected integrations with explicit write policy. Keep write access denied or ask-based unless the workspace is trusted.
OpenAI Agents SDK Attach KosmoKrator integration tools to OpenAI Agents SDK workflows through a local MCP gateway. Use headless JSON commands for CI-style execution and MCP for agent tool discovery.
Claude Agent SDK Give Claude Agent SDK workflows access to KosmoKrator integrations through a local MCP server. Use a narrow integration list so the agent does not load unrelated tools.
Vercel AI SDK Use KosmoKrator as a local integration gateway for Vercel AI SDK agents and scripts. Prefer CLI JSON calls when a workflow only needs one deterministic integration operation.
LangChain Bridge LangChain agents to local KosmoKrator integration tools through MCP or headless CLI calls. Keep the gateway scoped to the integration and operation class needed by the chain.
LangGraph Run KosmoKrator integration calls from LangGraph nodes while preserving local credentials and permissions. Headless CLI calls fit repeatable graph edges; MCP fits exploratory agent nodes.
CrewAI Expose KosmoKrator integrations to CrewAI workers as scoped local tools. Use per-worker integration scopes to avoid giving every worker every tool.
Generic MCP Clients Connect any stdio-compatible MCP client to local KosmoKrator integration tools. Start with read-only write policy and expand only for trusted projects.

MCP Tool Names

KosmoKrator exposes integration tools through the gateway with stable names.

MCP toolSource functionType
integration__fastly__fastly_acl_create_acl fastly.fastly_acl_create_acl Write write
integration__fastly__fastly_acl_delete_acl fastly.fastly_acl_delete_acl Write write
integration__fastly__fastly_acl_entry_bulk_update_acl_entries fastly.fastly_acl_entry_bulk_update_acl_entries Write write
integration__fastly__fastly_acl_entry_create_acl_entry fastly.fastly_acl_entry_create_acl_entry Write write
integration__fastly__fastly_acl_entry_delete_acl_entry fastly.fastly_acl_entry_delete_acl_entry Write write
integration__fastly__fastly_acl_entry_get_acl_entry fastly.fastly_acl_entry_get_acl_entry Read read
integration__fastly__fastly_acl_entry_list_acl_entries fastly.fastly_acl_entry_list_acl_entries Read read
integration__fastly__fastly_acl_entry_update_acl_entry fastly.fastly_acl_entry_update_acl_entry Write write
integration__fastly__fastly_acl_get_acl fastly.fastly_acl_get_acl Read read
integration__fastly__fastly_acl_list_acls fastly.fastly_acl_list_acls Read read
integration__fastly__fastly_acl_update_acl fastly.fastly_acl_update_acl Write write
integration__fastly__fastly_acls_in_compute_compute_acl_create_acls fastly.fastly_acls_in_compute_compute_acl_create_acls Write write
integration__fastly__fastly_acls_in_compute_compute_acl_delete_sacl_id fastly.fastly_acls_in_compute_compute_acl_delete_sacl_id Write write
integration__fastly__fastly_acls_in_compute_compute_acl_list_acl_entries fastly.fastly_acls_in_compute_compute_acl_list_acl_entries Read read
integration__fastly__fastly_acls_in_compute_compute_acl_list_acls fastly.fastly_acls_in_compute_compute_acl_list_acls Read read
integration__fastly__fastly_acls_in_compute_compute_acl_list_acls_sacl_id fastly.fastly_acls_in_compute_compute_acl_list_acls_sacl_id Read read
integration__fastly__fastly_acls_in_compute_compute_acl_lookup_acls fastly.fastly_acls_in_compute_compute_acl_lookup_acls Read read
integration__fastly__fastly_acls_in_compute_compute_acl_update_acls fastly.fastly_acls_in_compute_compute_acl_update_acls Write write
integration__fastly__fastly_apex_redirect_create_apex_redirect fastly.fastly_apex_redirect_create_apex_redirect Write write
integration__fastly__fastly_apex_redirect_delete_apex_redirect fastly.fastly_apex_redirect_delete_apex_redirect Write write
integration__fastly__fastly_apex_redirect_get_apex_redirect fastly.fastly_apex_redirect_get_apex_redirect Read read
integration__fastly__fastly_apex_redirect_list_apex_redirects fastly.fastly_apex_redirect_list_apex_redirects Read read
integration__fastly__fastly_apex_redirect_update_apex_redirect fastly.fastly_apex_redirect_update_apex_redirect Write write
integration__fastly__fastly_apisecurity_operations_api_security_bulk_add_tags_to_operations fastly.fastly_apisecurity_operations_api_security_bulk_add_tags_to_operations Write write
integration__fastly__fastly_apisecurity_operations_api_security_bulk_create_operations fastly.fastly_apisecurity_operations_api_security_bulk_create_operations Write write
integration__fastly__fastly_apisecurity_operations_api_security_bulk_delete_operations fastly.fastly_apisecurity_operations_api_security_bulk_delete_operations Write write
integration__fastly__fastly_apisecurity_operations_api_security_create_operation fastly.fastly_apisecurity_operations_api_security_create_operation Write write
integration__fastly__fastly_apisecurity_operations_api_security_create_operation_tag fastly.fastly_apisecurity_operations_api_security_create_operation_tag Write write
integration__fastly__fastly_apisecurity_operations_api_security_delete_operation fastly.fastly_apisecurity_operations_api_security_delete_operation Write write
integration__fastly__fastly_apisecurity_operations_api_security_delete_operation_tag fastly.fastly_apisecurity_operations_api_security_delete_operation_tag Write write
integration__fastly__fastly_apisecurity_operations_api_security_get_operation fastly.fastly_apisecurity_operations_api_security_get_operation Read read
integration__fastly__fastly_apisecurity_operations_api_security_get_operation_tag fastly.fastly_apisecurity_operations_api_security_get_operation_tag Read read
integration__fastly__fastly_apisecurity_operations_api_security_list_discovered_operations fastly.fastly_apisecurity_operations_api_security_list_discovered_operations Read read
integration__fastly__fastly_apisecurity_operations_api_security_list_operation_tags fastly.fastly_apisecurity_operations_api_security_list_operation_tags Read read
integration__fastly__fastly_apisecurity_operations_api_security_list_operations fastly.fastly_apisecurity_operations_api_security_list_operations Read read
integration__fastly__fastly_apisecurity_operations_api_security_update_operation fastly.fastly_apisecurity_operations_api_security_update_operation Write write
integration__fastly__fastly_apisecurity_operations_api_security_update_operation_tag fastly.fastly_apisecurity_operations_api_security_update_operation_tag Write write
integration__fastly__fastly_automation_tokens_create_automation_token fastly.fastly_automation_tokens_create_automation_token Write write
integration__fastly__fastly_automation_tokens_get_automation_token_id fastly.fastly_automation_tokens_get_automation_token_id Read read
integration__fastly__fastly_automation_tokens_get_automation_tokens_id_services fastly.fastly_automation_tokens_get_automation_tokens_id_services Read read
integration__fastly__fastly_automation_tokens_list_automation_tokens fastly.fastly_automation_tokens_list_automation_tokens Read read
integration__fastly__fastly_automation_tokens_revoke_automation_token_id fastly.fastly_automation_tokens_revoke_automation_token_id Write write
integration__fastly__fastly_backend_create_backend fastly.fastly_backend_create_backend Write write
integration__fastly__fastly_backend_delete_backend fastly.fastly_backend_delete_backend Write write
integration__fastly__fastly_backend_get_backend fastly.fastly_backend_get_backend Read read
integration__fastly__fastly_backend_list_backends fastly.fastly_backend_list_backends Read read
integration__fastly__fastly_backend_update_backend fastly.fastly_backend_update_backend Write write
integration__fastly__fastly_billing_address_add_billing_addr fastly.fastly_billing_address_add_billing_addr Write write
integration__fastly__fastly_billing_address_delete_billing_addr fastly.fastly_billing_address_delete_billing_addr Write write
integration__fastly__fastly_billing_address_get_billing_addr fastly.fastly_billing_address_get_billing_addr Read read
integration__fastly__fastly_billing_address_update_billing_addr fastly.fastly_billing_address_update_billing_addr Write write
integration__fastly__fastly_billing_invoices_get_invoice_by_invoice_id fastly.fastly_billing_invoices_get_invoice_by_invoice_id Read read
integration__fastly__fastly_billing_invoices_get_month_to_date_invoice fastly.fastly_billing_invoices_get_month_to_date_invoice Read read
integration__fastly__fastly_billing_invoices_list_invoices fastly.fastly_billing_invoices_list_invoices Read read
integration__fastly__fastly_billing_usage_metrics_get_service_level_usage fastly.fastly_billing_usage_metrics_get_service_level_usage Read read
integration__fastly__fastly_billing_usage_metrics_get_usage_metrics fastly.fastly_billing_usage_metrics_get_usage_metrics Read read
integration__fastly__fastly_cache_settings_create_cache_settings fastly.fastly_cache_settings_create_cache_settings Write write
integration__fastly__fastly_cache_settings_delete_cache_settings fastly.fastly_cache_settings_delete_cache_settings Write write
integration__fastly__fastly_cache_settings_get_cache_settings fastly.fastly_cache_settings_get_cache_settings Read read
integration__fastly__fastly_cache_settings_list_cache_settings fastly.fastly_cache_settings_list_cache_settings Read read
integration__fastly__fastly_cache_settings_update_cache_settings fastly.fastly_cache_settings_update_cache_settings Write write
integration__fastly__fastly_condition_create_condition fastly.fastly_condition_create_condition Write write
integration__fastly__fastly_condition_delete_condition fastly.fastly_condition_delete_condition Write write
integration__fastly__fastly_condition_get_condition fastly.fastly_condition_get_condition Read read
integration__fastly__fastly_condition_list_conditions fastly.fastly_condition_list_conditions Read read
integration__fastly__fastly_condition_update_condition fastly.fastly_condition_update_condition Write write
integration__fastly__fastly_config_store_create_config_store fastly.fastly_config_store_create_config_store Write write
integration__fastly__fastly_config_store_delete_config_store fastly.fastly_config_store_delete_config_store Write write
integration__fastly__fastly_config_store_get_config_store fastly.fastly_config_store_get_config_store Read read
integration__fastly__fastly_config_store_get_config_store_info fastly.fastly_config_store_get_config_store_info Read read
integration__fastly__fastly_config_store_item_bulk_update_config_store_item fastly.fastly_config_store_item_bulk_update_config_store_item Write write
integration__fastly__fastly_config_store_item_create_config_store_item fastly.fastly_config_store_item_create_config_store_item Write write
integration__fastly__fastly_config_store_item_delete_config_store_item fastly.fastly_config_store_item_delete_config_store_item Write write
integration__fastly__fastly_config_store_item_get_config_store_item fastly.fastly_config_store_item_get_config_store_item Read read
integration__fastly__fastly_config_store_item_list_config_store_items fastly.fastly_config_store_item_list_config_store_items Read read
integration__fastly__fastly_config_store_item_update_config_store_item fastly.fastly_config_store_item_update_config_store_item Write write
integration__fastly__fastly_config_store_item_upsert_config_store_item fastly.fastly_config_store_item_upsert_config_store_item Write write
integration__fastly__fastly_config_store_list_config_store_services fastly.fastly_config_store_list_config_store_services Read read
integration__fastly__fastly_config_store_list_config_stores fastly.fastly_config_store_list_config_stores Read read
integration__fastly__fastly_config_store_update_config_store fastly.fastly_config_store_update_config_store Write write
integration__fastly__fastly_contact_create_contacts fastly.fastly_contact_create_contacts Write write
integration__fastly__fastly_contact_delete_contact fastly.fastly_contact_delete_contact Write write
integration__fastly__fastly_contact_list_contacts fastly.fastly_contact_list_contacts Read read
integration__fastly__fastly_content_content_check fastly.fastly_content_content_check Read read
integration__fastly__fastly_customer_addresses_create_customer_address fastly.fastly_customer_addresses_create_customer_address Write write
integration__fastly__fastly_customer_addresses_list_customer_addresses fastly.fastly_customer_addresses_list_customer_addresses Read read
integration__fastly__fastly_customer_addresses_update_customer_address fastly.fastly_customer_addresses_update_customer_address Write write
integration__fastly__fastly_customer_delete_customer fastly.fastly_customer_delete_customer Write write
integration__fastly__fastly_customer_get_customer fastly.fastly_customer_get_customer Read read
integration__fastly__fastly_customer_get_logged_in_customer fastly.fastly_customer_get_logged_in_customer Read read
integration__fastly__fastly_customer_list_users fastly.fastly_customer_list_users Read read
integration__fastly__fastly_customer_update_customer fastly.fastly_customer_update_customer Write write
integration__fastly__fastly_ddos_protection_ddos_protection_event_get fastly.fastly_ddos_protection_ddos_protection_event_get Read read
integration__fastly__fastly_ddos_protection_ddos_protection_event_list fastly.fastly_ddos_protection_ddos_protection_event_list Read read
integration__fastly__fastly_ddos_protection_ddos_protection_event_rule_list fastly.fastly_ddos_protection_ddos_protection_event_rule_list Read read
integration__fastly__fastly_ddos_protection_ddos_protection_rule_get fastly.fastly_ddos_protection_ddos_protection_rule_get Read read
integration__fastly__fastly_ddos_protection_ddos_protection_rule_patch fastly.fastly_ddos_protection_ddos_protection_rule_patch Write write
integration__fastly__fastly_ddos_protection_ddos_protection_traffic_stats_rule_get fastly.fastly_ddos_protection_ddos_protection_traffic_stats_rule_get Read read
integration__fastly__fastly_dictionary_create_dictionary fastly.fastly_dictionary_create_dictionary Write write
integration__fastly__fastly_dictionary_delete_dictionary fastly.fastly_dictionary_delete_dictionary Write write
integration__fastly__fastly_dictionary_get_dictionary fastly.fastly_dictionary_get_dictionary Read read
integration__fastly__fastly_dictionary_info_get_dictionary_info fastly.fastly_dictionary_info_get_dictionary_info Read read
integration__fastly__fastly_dictionary_item_bulk_update_dictionary_item fastly.fastly_dictionary_item_bulk_update_dictionary_item Write write
integration__fastly__fastly_dictionary_item_create_dictionary_item fastly.fastly_dictionary_item_create_dictionary_item Write write
integration__fastly__fastly_dictionary_item_delete_dictionary_item fastly.fastly_dictionary_item_delete_dictionary_item Write write
integration__fastly__fastly_dictionary_item_get_dictionary_item fastly.fastly_dictionary_item_get_dictionary_item Read read
integration__fastly__fastly_dictionary_item_list_dictionary_items fastly.fastly_dictionary_item_list_dictionary_items Read read
integration__fastly__fastly_dictionary_item_update_dictionary_item fastly.fastly_dictionary_item_update_dictionary_item Write write
integration__fastly__fastly_dictionary_item_upsert_dictionary_item fastly.fastly_dictionary_item_upsert_dictionary_item Write write
integration__fastly__fastly_dictionary_list_dictionaries fastly.fastly_dictionary_list_dictionaries Read read
integration__fastly__fastly_dictionary_update_dictionary fastly.fastly_dictionary_update_dictionary Write write
integration__fastly__fastly_diff_diff_service_versions fastly.fastly_diff_diff_service_versions Read read
integration__fastly__fastly_director_backend_create_director_backend fastly.fastly_director_backend_create_director_backend Write write
integration__fastly__fastly_director_backend_delete_director_backend fastly.fastly_director_backend_delete_director_backend Write write
integration__fastly__fastly_director_backend_get_director_backend fastly.fastly_director_backend_get_director_backend Read read
integration__fastly__fastly_director_create_director fastly.fastly_director_create_director Write write
integration__fastly__fastly_director_delete_director fastly.fastly_director_delete_director Write write
integration__fastly__fastly_director_get_director fastly.fastly_director_get_director Read read
integration__fastly__fastly_director_list_directors fastly.fastly_director_list_directors Read read
integration__fastly__fastly_director_update_director fastly.fastly_director_update_director Write write
integration__fastly__fastly_dm_domains_create_dm_domain fastly.fastly_dm_domains_create_dm_domain Write write
integration__fastly__fastly_dm_domains_delete_dm_domain fastly.fastly_dm_domains_delete_dm_domain Write write
integration__fastly__fastly_dm_domains_get_dm_domain fastly.fastly_dm_domains_get_dm_domain Read read
integration__fastly__fastly_dm_domains_list_dm_domains fastly.fastly_dm_domains_list_dm_domains Read read
integration__fastly__fastly_dm_domains_update_dm_domain fastly.fastly_dm_domains_update_dm_domain Write write
integration__fastly__fastly_domain_check_domain fastly.fastly_domain_check_domain Read read
integration__fastly__fastly_domain_check_domains fastly.fastly_domain_check_domains Read read
integration__fastly__fastly_domain_create_domain fastly.fastly_domain_create_domain Write write
integration__fastly__fastly_domain_delete_domain fastly.fastly_domain_delete_domain Write write
integration__fastly__fastly_domain_get_domain fastly.fastly_domain_get_domain Read read
integration__fastly__fastly_domain_inspector_historical_get_domain_inspector_historical fastly.fastly_domain_inspector_historical_get_domain_inspector_historical Read read
integration__fastly__fastly_domain_inspector_realtime_get_domain_inspector_last120_seconds fastly.fastly_domain_inspector_realtime_get_domain_inspector_last120_seconds Read read
integration__fastly__fastly_domain_inspector_realtime_get_domain_inspector_last_max_entries fastly.fastly_domain_inspector_realtime_get_domain_inspector_last_max_entries Read read
integration__fastly__fastly_domain_inspector_realtime_get_domain_inspector_last_second fastly.fastly_domain_inspector_realtime_get_domain_inspector_last_second Read read
integration__fastly__fastly_domain_list_domains fastly.fastly_domain_list_domains Read read
integration__fastly__fastly_domain_ownerships_list_domain_ownerships fastly.fastly_domain_ownerships_list_domain_ownerships Read read
integration__fastly__fastly_domain_research_domain_status fastly.fastly_domain_research_domain_status Read read
integration__fastly__fastly_domain_research_suggest_domains fastly.fastly_domain_research_suggest_domains Read read
integration__fastly__fastly_domain_update_domain fastly.fastly_domain_update_domain Write write
integration__fastly__fastly_events_get_event fastly.fastly_events_get_event Read read
integration__fastly__fastly_events_list_events fastly.fastly_events_list_events Read read
integration__fastly__fastly_gzip_create_gzip_config fastly.fastly_gzip_create_gzip_config Write write
integration__fastly__fastly_gzip_delete_gzip_config fastly.fastly_gzip_delete_gzip_config Write write
integration__fastly__fastly_gzip_get_gzip_configs fastly.fastly_gzip_get_gzip_configs Read read
integration__fastly__fastly_gzip_list_gzip_configs fastly.fastly_gzip_list_gzip_configs Read read
integration__fastly__fastly_gzip_update_gzip_config fastly.fastly_gzip_update_gzip_config Write write
integration__fastly__fastly_header_create_header_object fastly.fastly_header_create_header_object Write write
integration__fastly__fastly_header_delete_header_object fastly.fastly_header_delete_header_object Write write
integration__fastly__fastly_header_get_header_object fastly.fastly_header_get_header_object Read read
integration__fastly__fastly_header_list_header_objects fastly.fastly_header_list_header_objects Read read
integration__fastly__fastly_header_update_header_object fastly.fastly_header_update_header_object Write write
integration__fastly__fastly_healthcheck_create_healthcheck fastly.fastly_healthcheck_create_healthcheck Write write
integration__fastly__fastly_healthcheck_delete_healthcheck fastly.fastly_healthcheck_delete_healthcheck Write write
integration__fastly__fastly_healthcheck_get_healthcheck fastly.fastly_healthcheck_get_healthcheck Read read
integration__fastly__fastly_healthcheck_list_healthchecks fastly.fastly_healthcheck_list_healthchecks Read read
integration__fastly__fastly_healthcheck_update_healthcheck fastly.fastly_healthcheck_update_healthcheck Write write
integration__fastly__fastly_historical_get_hist_stats fastly.fastly_historical_get_hist_stats Read read
integration__fastly__fastly_historical_get_hist_stats_aggregated fastly.fastly_historical_get_hist_stats_aggregated Read read
integration__fastly__fastly_historical_get_hist_stats_field fastly.fastly_historical_get_hist_stats_field Read read
integration__fastly__fastly_historical_get_hist_stats_service fastly.fastly_historical_get_hist_stats_service Read read
integration__fastly__fastly_historical_get_hist_stats_service_field fastly.fastly_historical_get_hist_stats_service_field Read read
integration__fastly__fastly_historical_get_regions fastly.fastly_historical_get_regions Read read
integration__fastly__fastly_historical_get_usage fastly.fastly_historical_get_usage Read read
integration__fastly__fastly_historical_get_usage_month fastly.fastly_historical_get_usage_month Read read
integration__fastly__fastly_historical_get_usage_service fastly.fastly_historical_get_usage_service Read read
integration__fastly__fastly_http3_create_http3 fastly.fastly_http3_create_http3 Write write
integration__fastly__fastly_http3_delete_http3 fastly.fastly_http3_delete_http3 Write write
integration__fastly__fastly_http3_get_http3 fastly.fastly_http3_get_http3 Read read
integration__fastly__fastly_iam_permissions_list_permissions fastly.fastly_iam_permissions_list_permissions Read read
integration__fastly__fastly_iam_roles_iam_v1_roles_get fastly.fastly_iam_roles_iam_v1_roles_get Read read
integration__fastly__fastly_iam_roles_iam_v1_roles_list fastly.fastly_iam_roles_iam_v1_roles_list Read read
integration__fastly__fastly_iam_service_groups_add_service_group_services fastly.fastly_iam_service_groups_add_service_group_services Write write
integration__fastly__fastly_iam_service_groups_create_aservice_group fastly.fastly_iam_service_groups_create_aservice_group Write write
integration__fastly__fastly_iam_service_groups_delete_aservice_group fastly.fastly_iam_service_groups_delete_aservice_group Write write
integration__fastly__fastly_iam_service_groups_get_aservice_group fastly.fastly_iam_service_groups_get_aservice_group Read read
integration__fastly__fastly_iam_service_groups_list_service_group_services fastly.fastly_iam_service_groups_list_service_group_services Read read
integration__fastly__fastly_iam_service_groups_list_service_groups fastly.fastly_iam_service_groups_list_service_groups Read read
integration__fastly__fastly_iam_service_groups_remove_service_group_services fastly.fastly_iam_service_groups_remove_service_group_services Write write
integration__fastly__fastly_iam_service_groups_update_aservice_group fastly.fastly_iam_service_groups_update_aservice_group Write write
integration__fastly__fastly_iam_user_groups_add_user_group_members fastly.fastly_iam_user_groups_add_user_group_members Write write
integration__fastly__fastly_iam_user_groups_add_user_group_roles fastly.fastly_iam_user_groups_add_user_group_roles Write write
integration__fastly__fastly_iam_user_groups_add_user_group_service_groups fastly.fastly_iam_user_groups_add_user_group_service_groups Write write
integration__fastly__fastly_iam_user_groups_create_auser_group fastly.fastly_iam_user_groups_create_auser_group Write write
integration__fastly__fastly_iam_user_groups_delete_auser_group fastly.fastly_iam_user_groups_delete_auser_group Write write
integration__fastly__fastly_iam_user_groups_get_auser_group fastly.fastly_iam_user_groups_get_auser_group Read read
integration__fastly__fastly_iam_user_groups_list_user_group_members fastly.fastly_iam_user_groups_list_user_group_members Read read
integration__fastly__fastly_iam_user_groups_list_user_group_roles fastly.fastly_iam_user_groups_list_user_group_roles Read read
integration__fastly__fastly_iam_user_groups_list_user_group_service_groups fastly.fastly_iam_user_groups_list_user_group_service_groups Read read
integration__fastly__fastly_iam_user_groups_list_user_groups fastly.fastly_iam_user_groups_list_user_groups Read read
integration__fastly__fastly_iam_user_groups_remove_user_group_members fastly.fastly_iam_user_groups_remove_user_group_members Write write
integration__fastly__fastly_iam_user_groups_remove_user_group_roles fastly.fastly_iam_user_groups_remove_user_group_roles Write write
integration__fastly__fastly_iam_user_groups_remove_user_group_service_groups fastly.fastly_iam_user_groups_remove_user_group_service_groups Write write
integration__fastly__fastly_iam_user_groups_update_auser_group fastly.fastly_iam_user_groups_update_auser_group Write write
integration__fastly__fastly_image_optimizer_default_settings_get_default_settings fastly.fastly_image_optimizer_default_settings_get_default_settings Read read
integration__fastly__fastly_image_optimizer_default_settings_update_default_settings fastly.fastly_image_optimizer_default_settings_update_default_settings Write write
integration__fastly__fastly_insights_get_log_insights fastly.fastly_insights_get_log_insights Read read
integration__fastly__fastly_invitations_create_invitation fastly.fastly_invitations_create_invitation Write write
integration__fastly__fastly_invitations_delete_invitation fastly.fastly_invitations_delete_invitation Write write
integration__fastly__fastly_invitations_list_invitations fastly.fastly_invitations_list_invitations Read read
integration__fastly__fastly_kv_store_item_kv_store_delete_item fastly.fastly_kv_store_item_kv_store_delete_item Write write
integration__fastly__fastly_kv_store_item_kv_store_get_item fastly.fastly_kv_store_item_kv_store_get_item Read read
integration__fastly__fastly_kv_store_item_kv_store_list_item_keys fastly.fastly_kv_store_item_kv_store_list_item_keys Read read
integration__fastly__fastly_kv_store_item_kv_store_upsert_item fastly.fastly_kv_store_item_kv_store_upsert_item Write write
integration__fastly__fastly_kv_store_kv_store_create fastly.fastly_kv_store_kv_store_create Write write
integration__fastly__fastly_kv_store_kv_store_delete fastly.fastly_kv_store_kv_store_delete Write write
integration__fastly__fastly_kv_store_kv_store_get fastly.fastly_kv_store_kv_store_get Read read
integration__fastly__fastly_kv_store_kv_store_list fastly.fastly_kv_store_kv_store_list Read read
integration__fastly__fastly_kv_store_kv_store_put fastly.fastly_kv_store_kv_store_put Write write
integration__fastly__fastly_log_explorer_get_log_records fastly.fastly_log_explorer_get_log_records Read read
integration__fastly__fastly_logging_azureblob_create_log_azure fastly.fastly_logging_azureblob_create_log_azure Write write
integration__fastly__fastly_logging_azureblob_delete_log_azure fastly.fastly_logging_azureblob_delete_log_azure Write write
integration__fastly__fastly_logging_azureblob_get_log_azure fastly.fastly_logging_azureblob_get_log_azure Read read
integration__fastly__fastly_logging_azureblob_list_log_azure fastly.fastly_logging_azureblob_list_log_azure Read read
integration__fastly__fastly_logging_azureblob_update_log_azure fastly.fastly_logging_azureblob_update_log_azure Write write
integration__fastly__fastly_logging_bigquery_create_log_bigquery fastly.fastly_logging_bigquery_create_log_bigquery Write write
integration__fastly__fastly_logging_bigquery_delete_log_bigquery fastly.fastly_logging_bigquery_delete_log_bigquery Write write
integration__fastly__fastly_logging_bigquery_get_log_bigquery fastly.fastly_logging_bigquery_get_log_bigquery Read read
integration__fastly__fastly_logging_bigquery_list_log_bigquery fastly.fastly_logging_bigquery_list_log_bigquery Read read
integration__fastly__fastly_logging_bigquery_update_log_bigquery fastly.fastly_logging_bigquery_update_log_bigquery Write write
integration__fastly__fastly_logging_cloudfiles_create_log_cloudfiles fastly.fastly_logging_cloudfiles_create_log_cloudfiles Write write
integration__fastly__fastly_logging_cloudfiles_delete_log_cloudfiles fastly.fastly_logging_cloudfiles_delete_log_cloudfiles Write write
integration__fastly__fastly_logging_cloudfiles_get_log_cloudfiles fastly.fastly_logging_cloudfiles_get_log_cloudfiles Read read
integration__fastly__fastly_logging_cloudfiles_list_log_cloudfiles fastly.fastly_logging_cloudfiles_list_log_cloudfiles Read read
integration__fastly__fastly_logging_cloudfiles_update_log_cloudfiles fastly.fastly_logging_cloudfiles_update_log_cloudfiles Write write
integration__fastly__fastly_logging_datadog_create_log_datadog fastly.fastly_logging_datadog_create_log_datadog Write write
integration__fastly__fastly_logging_datadog_delete_log_datadog fastly.fastly_logging_datadog_delete_log_datadog Write write
integration__fastly__fastly_logging_datadog_get_log_datadog fastly.fastly_logging_datadog_get_log_datadog Read read
integration__fastly__fastly_logging_datadog_list_log_datadog fastly.fastly_logging_datadog_list_log_datadog Read read
integration__fastly__fastly_logging_datadog_update_log_datadog fastly.fastly_logging_datadog_update_log_datadog Write write
integration__fastly__fastly_logging_digitalocean_create_log_digocean fastly.fastly_logging_digitalocean_create_log_digocean Write write
integration__fastly__fastly_logging_digitalocean_delete_log_digocean fastly.fastly_logging_digitalocean_delete_log_digocean Write write
integration__fastly__fastly_logging_digitalocean_get_log_digocean fastly.fastly_logging_digitalocean_get_log_digocean Read read
integration__fastly__fastly_logging_digitalocean_list_log_digocean fastly.fastly_logging_digitalocean_list_log_digocean Read read
integration__fastly__fastly_logging_digitalocean_update_log_digocean fastly.fastly_logging_digitalocean_update_log_digocean Write write
integration__fastly__fastly_logging_elasticsearch_create_log_elasticsearch fastly.fastly_logging_elasticsearch_create_log_elasticsearch Write write
integration__fastly__fastly_logging_elasticsearch_delete_log_elasticsearch fastly.fastly_logging_elasticsearch_delete_log_elasticsearch Write write
integration__fastly__fastly_logging_elasticsearch_get_log_elasticsearch fastly.fastly_logging_elasticsearch_get_log_elasticsearch Read read
integration__fastly__fastly_logging_elasticsearch_list_log_elasticsearch fastly.fastly_logging_elasticsearch_list_log_elasticsearch Read read
integration__fastly__fastly_logging_elasticsearch_update_log_elasticsearch fastly.fastly_logging_elasticsearch_update_log_elasticsearch Write write
integration__fastly__fastly_logging_ftp_create_log_ftp fastly.fastly_logging_ftp_create_log_ftp Write write
integration__fastly__fastly_logging_ftp_delete_log_ftp fastly.fastly_logging_ftp_delete_log_ftp Write write
integration__fastly__fastly_logging_ftp_get_log_ftp fastly.fastly_logging_ftp_get_log_ftp Read read
integration__fastly__fastly_logging_ftp_list_log_ftp fastly.fastly_logging_ftp_list_log_ftp Read read
integration__fastly__fastly_logging_ftp_update_log_ftp fastly.fastly_logging_ftp_update_log_ftp Write write
integration__fastly__fastly_logging_gcs_create_log_gcs fastly.fastly_logging_gcs_create_log_gcs Write write
integration__fastly__fastly_logging_gcs_delete_log_gcs fastly.fastly_logging_gcs_delete_log_gcs Write write
integration__fastly__fastly_logging_gcs_get_log_gcs fastly.fastly_logging_gcs_get_log_gcs Read read
integration__fastly__fastly_logging_gcs_list_log_gcs fastly.fastly_logging_gcs_list_log_gcs Read read
integration__fastly__fastly_logging_gcs_update_log_gcs fastly.fastly_logging_gcs_update_log_gcs Write write
integration__fastly__fastly_logging_grafanacloudlogs_create_log_grafanacloudlogs fastly.fastly_logging_grafanacloudlogs_create_log_grafanacloudlogs Write write
integration__fastly__fastly_logging_grafanacloudlogs_delete_log_grafanacloudlogs fastly.fastly_logging_grafanacloudlogs_delete_log_grafanacloudlogs Write write
integration__fastly__fastly_logging_grafanacloudlogs_get_log_grafanacloudlogs fastly.fastly_logging_grafanacloudlogs_get_log_grafanacloudlogs Read read
integration__fastly__fastly_logging_grafanacloudlogs_list_log_grafanacloudlogs fastly.fastly_logging_grafanacloudlogs_list_log_grafanacloudlogs Read read
integration__fastly__fastly_logging_grafanacloudlogs_update_log_grafanacloudlogs fastly.fastly_logging_grafanacloudlogs_update_log_grafanacloudlogs Write write
integration__fastly__fastly_logging_heroku_create_log_heroku fastly.fastly_logging_heroku_create_log_heroku Write write
integration__fastly__fastly_logging_heroku_delete_log_heroku fastly.fastly_logging_heroku_delete_log_heroku Write write
integration__fastly__fastly_logging_heroku_get_log_heroku fastly.fastly_logging_heroku_get_log_heroku Read read
integration__fastly__fastly_logging_heroku_list_log_heroku fastly.fastly_logging_heroku_list_log_heroku Read read
integration__fastly__fastly_logging_heroku_update_log_heroku fastly.fastly_logging_heroku_update_log_heroku Write write
integration__fastly__fastly_logging_honeycomb_create_log_honeycomb fastly.fastly_logging_honeycomb_create_log_honeycomb Write write
integration__fastly__fastly_logging_honeycomb_delete_log_honeycomb fastly.fastly_logging_honeycomb_delete_log_honeycomb Write write
integration__fastly__fastly_logging_honeycomb_get_log_honeycomb fastly.fastly_logging_honeycomb_get_log_honeycomb Read read
integration__fastly__fastly_logging_honeycomb_list_log_honeycomb fastly.fastly_logging_honeycomb_list_log_honeycomb Read read
integration__fastly__fastly_logging_honeycomb_update_log_honeycomb fastly.fastly_logging_honeycomb_update_log_honeycomb Write write
integration__fastly__fastly_logging_https_create_log_https fastly.fastly_logging_https_create_log_https Write write
integration__fastly__fastly_logging_https_delete_log_https fastly.fastly_logging_https_delete_log_https Write write
integration__fastly__fastly_logging_https_get_log_https fastly.fastly_logging_https_get_log_https Read read
integration__fastly__fastly_logging_https_list_log_https fastly.fastly_logging_https_list_log_https Read read
integration__fastly__fastly_logging_https_update_log_https fastly.fastly_logging_https_update_log_https Write write
integration__fastly__fastly_logging_kafka_create_log_kafka fastly.fastly_logging_kafka_create_log_kafka Write write
integration__fastly__fastly_logging_kafka_delete_log_kafka fastly.fastly_logging_kafka_delete_log_kafka Write write
integration__fastly__fastly_logging_kafka_get_log_kafka fastly.fastly_logging_kafka_get_log_kafka Read read
integration__fastly__fastly_logging_kafka_list_log_kafka fastly.fastly_logging_kafka_list_log_kafka Read read
integration__fastly__fastly_logging_kafka_update_log_kafka fastly.fastly_logging_kafka_update_log_kafka Write write
integration__fastly__fastly_logging_kinesis_create_log_kinesis fastly.fastly_logging_kinesis_create_log_kinesis Write write
integration__fastly__fastly_logging_kinesis_delete_log_kinesis fastly.fastly_logging_kinesis_delete_log_kinesis Write write
integration__fastly__fastly_logging_kinesis_get_log_kinesis fastly.fastly_logging_kinesis_get_log_kinesis Read read
integration__fastly__fastly_logging_kinesis_list_log_kinesis fastly.fastly_logging_kinesis_list_log_kinesis Read read
integration__fastly__fastly_logging_kinesis_update_log_kinesis fastly.fastly_logging_kinesis_update_log_kinesis Write write
integration__fastly__fastly_logging_logentries_create_log_logentries fastly.fastly_logging_logentries_create_log_logentries Write write
integration__fastly__fastly_logging_logentries_delete_log_logentries fastly.fastly_logging_logentries_delete_log_logentries Write write
integration__fastly__fastly_logging_logentries_get_log_logentries fastly.fastly_logging_logentries_get_log_logentries Read read
integration__fastly__fastly_logging_logentries_list_log_logentries fastly.fastly_logging_logentries_list_log_logentries Read read
integration__fastly__fastly_logging_logentries_update_log_logentries fastly.fastly_logging_logentries_update_log_logentries Write write
integration__fastly__fastly_logging_loggly_create_log_loggly fastly.fastly_logging_loggly_create_log_loggly Write write
integration__fastly__fastly_logging_loggly_delete_log_loggly fastly.fastly_logging_loggly_delete_log_loggly Write write
integration__fastly__fastly_logging_loggly_get_log_loggly fastly.fastly_logging_loggly_get_log_loggly Read read
integration__fastly__fastly_logging_loggly_list_log_loggly fastly.fastly_logging_loggly_list_log_loggly Read read
integration__fastly__fastly_logging_loggly_update_log_loggly fastly.fastly_logging_loggly_update_log_loggly Write write
integration__fastly__fastly_logging_logshuttle_create_log_logshuttle fastly.fastly_logging_logshuttle_create_log_logshuttle Write write
integration__fastly__fastly_logging_logshuttle_delete_log_logshuttle fastly.fastly_logging_logshuttle_delete_log_logshuttle Write write
integration__fastly__fastly_logging_logshuttle_get_log_logshuttle fastly.fastly_logging_logshuttle_get_log_logshuttle Read read
integration__fastly__fastly_logging_logshuttle_list_log_logshuttle fastly.fastly_logging_logshuttle_list_log_logshuttle Read read
integration__fastly__fastly_logging_logshuttle_update_log_logshuttle fastly.fastly_logging_logshuttle_update_log_logshuttle Write write
integration__fastly__fastly_logging_newrelic_create_log_newrelic fastly.fastly_logging_newrelic_create_log_newrelic Write write
integration__fastly__fastly_logging_newrelic_delete_log_newrelic fastly.fastly_logging_newrelic_delete_log_newrelic Write write
integration__fastly__fastly_logging_newrelic_get_log_newrelic fastly.fastly_logging_newrelic_get_log_newrelic Read read
integration__fastly__fastly_logging_newrelic_list_log_newrelic fastly.fastly_logging_newrelic_list_log_newrelic Read read
integration__fastly__fastly_logging_newrelic_update_log_newrelic fastly.fastly_logging_newrelic_update_log_newrelic Write write
integration__fastly__fastly_logging_newrelicotlp_create_log_newrelicotlp fastly.fastly_logging_newrelicotlp_create_log_newrelicotlp Write write
integration__fastly__fastly_logging_newrelicotlp_delete_log_newrelicotlp fastly.fastly_logging_newrelicotlp_delete_log_newrelicotlp Write write
integration__fastly__fastly_logging_newrelicotlp_get_log_newrelicotlp fastly.fastly_logging_newrelicotlp_get_log_newrelicotlp Read read
integration__fastly__fastly_logging_newrelicotlp_list_log_newrelicotlp fastly.fastly_logging_newrelicotlp_list_log_newrelicotlp Read read
integration__fastly__fastly_logging_newrelicotlp_update_log_newrelicotlp fastly.fastly_logging_newrelicotlp_update_log_newrelicotlp Write write
integration__fastly__fastly_logging_openstack_create_log_openstack fastly.fastly_logging_openstack_create_log_openstack Write write
integration__fastly__fastly_logging_openstack_delete_log_openstack fastly.fastly_logging_openstack_delete_log_openstack Write write
integration__fastly__fastly_logging_openstack_get_log_openstack fastly.fastly_logging_openstack_get_log_openstack Read read
integration__fastly__fastly_logging_openstack_list_log_openstack fastly.fastly_logging_openstack_list_log_openstack Read read
integration__fastly__fastly_logging_openstack_update_log_openstack fastly.fastly_logging_openstack_update_log_openstack Write write
integration__fastly__fastly_logging_papertrail_create_log_papertrail fastly.fastly_logging_papertrail_create_log_papertrail Write write
integration__fastly__fastly_logging_papertrail_delete_log_papertrail fastly.fastly_logging_papertrail_delete_log_papertrail Write write
integration__fastly__fastly_logging_papertrail_get_log_papertrail fastly.fastly_logging_papertrail_get_log_papertrail Read read
integration__fastly__fastly_logging_papertrail_list_log_papertrail fastly.fastly_logging_papertrail_list_log_papertrail Read read
integration__fastly__fastly_logging_papertrail_update_log_papertrail fastly.fastly_logging_papertrail_update_log_papertrail Write write
integration__fastly__fastly_logging_pubsub_create_log_gcp_pubsub fastly.fastly_logging_pubsub_create_log_gcp_pubsub Write write
integration__fastly__fastly_logging_pubsub_delete_log_gcp_pubsub fastly.fastly_logging_pubsub_delete_log_gcp_pubsub Write write
integration__fastly__fastly_logging_pubsub_get_log_gcp_pubsub fastly.fastly_logging_pubsub_get_log_gcp_pubsub Read read
integration__fastly__fastly_logging_pubsub_list_log_gcp_pubsub fastly.fastly_logging_pubsub_list_log_gcp_pubsub Read read
integration__fastly__fastly_logging_pubsub_update_log_gcp_pubsub fastly.fastly_logging_pubsub_update_log_gcp_pubsub Write write
integration__fastly__fastly_logging_s3_create_log_aws_s3 fastly.fastly_logging_s3_create_log_aws_s3 Write write
integration__fastly__fastly_logging_s3_delete_log_aws_s3 fastly.fastly_logging_s3_delete_log_aws_s3 Write write
integration__fastly__fastly_logging_s3_get_log_aws_s3 fastly.fastly_logging_s3_get_log_aws_s3 Read read
integration__fastly__fastly_logging_s3_list_log_aws_s3 fastly.fastly_logging_s3_list_log_aws_s3 Read read
integration__fastly__fastly_logging_s3_update_log_aws_s3 fastly.fastly_logging_s3_update_log_aws_s3 Write write
integration__fastly__fastly_logging_scalyr_create_log_scalyr fastly.fastly_logging_scalyr_create_log_scalyr Write write
integration__fastly__fastly_logging_scalyr_delete_log_scalyr fastly.fastly_logging_scalyr_delete_log_scalyr Write write
integration__fastly__fastly_logging_scalyr_get_log_scalyr fastly.fastly_logging_scalyr_get_log_scalyr Read read
integration__fastly__fastly_logging_scalyr_list_log_scalyr fastly.fastly_logging_scalyr_list_log_scalyr Read read
integration__fastly__fastly_logging_scalyr_update_log_scalyr fastly.fastly_logging_scalyr_update_log_scalyr Write write
integration__fastly__fastly_logging_sftp_create_log_sftp fastly.fastly_logging_sftp_create_log_sftp Write write
integration__fastly__fastly_logging_sftp_delete_log_sftp fastly.fastly_logging_sftp_delete_log_sftp Write write
integration__fastly__fastly_logging_sftp_get_log_sftp fastly.fastly_logging_sftp_get_log_sftp Read read
integration__fastly__fastly_logging_sftp_list_log_sftp fastly.fastly_logging_sftp_list_log_sftp Read read
integration__fastly__fastly_logging_sftp_update_log_sftp fastly.fastly_logging_sftp_update_log_sftp Write write
integration__fastly__fastly_logging_splunk_create_log_splunk fastly.fastly_logging_splunk_create_log_splunk Write write
integration__fastly__fastly_logging_splunk_delete_log_splunk fastly.fastly_logging_splunk_delete_log_splunk Write write
integration__fastly__fastly_logging_splunk_get_log_splunk fastly.fastly_logging_splunk_get_log_splunk Read read
integration__fastly__fastly_logging_splunk_list_log_splunk fastly.fastly_logging_splunk_list_log_splunk Read read
integration__fastly__fastly_logging_splunk_update_log_splunk fastly.fastly_logging_splunk_update_log_splunk Write write
integration__fastly__fastly_logging_sumologic_create_log_sumologic fastly.fastly_logging_sumologic_create_log_sumologic Write write
integration__fastly__fastly_logging_sumologic_delete_log_sumologic fastly.fastly_logging_sumologic_delete_log_sumologic Write write
integration__fastly__fastly_logging_sumologic_get_log_sumologic fastly.fastly_logging_sumologic_get_log_sumologic Read read
integration__fastly__fastly_logging_sumologic_list_log_sumologic fastly.fastly_logging_sumologic_list_log_sumologic Read read
integration__fastly__fastly_logging_sumologic_update_log_sumologic fastly.fastly_logging_sumologic_update_log_sumologic Write write
integration__fastly__fastly_logging_syslog_create_log_syslog fastly.fastly_logging_syslog_create_log_syslog Write write
integration__fastly__fastly_logging_syslog_delete_log_syslog fastly.fastly_logging_syslog_delete_log_syslog Write write
integration__fastly__fastly_logging_syslog_get_log_syslog fastly.fastly_logging_syslog_get_log_syslog Read read
integration__fastly__fastly_logging_syslog_list_log_syslog fastly.fastly_logging_syslog_list_log_syslog Read read
integration__fastly__fastly_logging_syslog_update_log_syslog fastly.fastly_logging_syslog_update_log_syslog Write write
integration__fastly__fastly_metrics_platform_get_platform_metrics_service_historical fastly.fastly_metrics_platform_get_platform_metrics_service_historical Read read
integration__fastly__fastly_mutual_authentication_create_mutual_tls_authentication fastly.fastly_mutual_authentication_create_mutual_tls_authentication Write write
integration__fastly__fastly_mutual_authentication_delete_mutual_tls fastly.fastly_mutual_authentication_delete_mutual_tls Write write
integration__fastly__fastly_mutual_authentication_get_mutual_authentication fastly.fastly_mutual_authentication_get_mutual_authentication Read read
integration__fastly__fastly_mutual_authentication_list_mutual_authentications fastly.fastly_mutual_authentication_list_mutual_authentications Read read
integration__fastly__fastly_mutual_authentication_patch_mutual_authentication fastly.fastly_mutual_authentication_patch_mutual_authentication Write write
integration__fastly__fastly_ngwaf_reports_get_attacks_report fastly.fastly_ngwaf_reports_get_attacks_report Read read
integration__fastly__fastly_ngwaf_reports_get_signals_report fastly.fastly_ngwaf_reports_get_signals_report Read read
integration__fastly__fastly_object_storage_access_keys_create_access_key fastly.fastly_object_storage_access_keys_create_access_key Write write
integration__fastly__fastly_object_storage_access_keys_delete_access_key fastly.fastly_object_storage_access_keys_delete_access_key Write write
integration__fastly__fastly_object_storage_access_keys_get_access_key fastly.fastly_object_storage_access_keys_get_access_key Read read
integration__fastly__fastly_object_storage_access_keys_list_access_keys fastly.fastly_object_storage_access_keys_list_access_keys Read read
integration__fastly__fastly_observability_aggregations_for_logs_log_aggregations_get fastly.fastly_observability_aggregations_for_logs_log_aggregations_get Read read
integration__fastly__fastly_observability_custom_dashboards_create_dashboard fastly.fastly_observability_custom_dashboards_create_dashboard Write write
integration__fastly__fastly_observability_custom_dashboards_delete_dashboard fastly.fastly_observability_custom_dashboards_delete_dashboard Write write
integration__fastly__fastly_observability_custom_dashboards_get_dashboard fastly.fastly_observability_custom_dashboards_get_dashboard Read read
integration__fastly__fastly_observability_custom_dashboards_list_dashboards fastly.fastly_observability_custom_dashboards_list_dashboards Read read
integration__fastly__fastly_observability_custom_dashboards_update_dashboard fastly.fastly_observability_custom_dashboards_update_dashboard Write write
integration__fastly__fastly_observability_timeseries_timeseries_get fastly.fastly_observability_timeseries_timeseries_get Read read
integration__fastly__fastly_origin_inspector_historical_get_origin_inspector_historical fastly.fastly_origin_inspector_historical_get_origin_inspector_historical Read read
integration__fastly__fastly_origin_inspector_realtime_get_origin_inspector_last120_seconds fastly.fastly_origin_inspector_realtime_get_origin_inspector_last120_seconds Read read
integration__fastly__fastly_origin_inspector_realtime_get_origin_inspector_last_max_entries fastly.fastly_origin_inspector_realtime_get_origin_inspector_last_max_entries Read read
integration__fastly__fastly_origin_inspector_realtime_get_origin_inspector_last_second fastly.fastly_origin_inspector_realtime_get_origin_inspector_last_second Read read
integration__fastly__fastly_package_get_package fastly.fastly_package_get_package Read read
integration__fastly__fastly_package_put_package fastly.fastly_package_put_package Write write
integration__fastly__fastly_pool_create_server_pool fastly.fastly_pool_create_server_pool Write write
integration__fastly__fastly_pool_delete_server_pool fastly.fastly_pool_delete_server_pool Write write
integration__fastly__fastly_pool_get_server_pool fastly.fastly_pool_get_server_pool Read read
integration__fastly__fastly_pool_list_server_pools fastly.fastly_pool_list_server_pools Read read
integration__fastly__fastly_pool_update_server_pool fastly.fastly_pool_update_server_pool Write write
integration__fastly__fastly_pop_list_pops fastly.fastly_pop_list_pops Read read
integration__fastly__fastly_product_ai_accelerator_disable_product_ai_accelerator fastly.fastly_product_ai_accelerator_disable_product_ai_accelerator Write write
integration__fastly__fastly_product_ai_accelerator_enable_ai_accelerator fastly.fastly_product_ai_accelerator_enable_ai_accelerator Write write
integration__fastly__fastly_product_ai_accelerator_get_ai_accelerator fastly.fastly_product_ai_accelerator_get_ai_accelerator Read read
integration__fastly__fastly_product_api_discovery_disable_product_api_discovery fastly.fastly_product_api_discovery_disable_product_api_discovery Write write
integration__fastly__fastly_product_api_discovery_enable_product_api_discovery fastly.fastly_product_api_discovery_enable_product_api_discovery Write write
integration__fastly__fastly_product_api_discovery_get_product_api_discovery fastly.fastly_product_api_discovery_get_product_api_discovery Read read
integration__fastly__fastly_product_api_discovery_get_services_product_api_discovery fastly.fastly_product_api_discovery_get_services_product_api_discovery Read read
integration__fastly__fastly_product_bot_management_disable_product_bot_management fastly.fastly_product_bot_management_disable_product_bot_management Write write
integration__fastly__fastly_product_bot_management_enable_product_bot_management fastly.fastly_product_bot_management_enable_product_bot_management Write write
integration__fastly__fastly_product_bot_management_get_product_bot_management fastly.fastly_product_bot_management_get_product_bot_management Read read
integration__fastly__fastly_product_bot_management_get_services_product_bot_management fastly.fastly_product_bot_management_get_services_product_bot_management Read read
integration__fastly__fastly_product_brotli_compression_disable_product_brotli_compression fastly.fastly_product_brotli_compression_disable_product_brotli_compression Write write
integration__fastly__fastly_product_brotli_compression_enable_product_brotli_compression fastly.fastly_product_brotli_compression_enable_product_brotli_compression Write write
integration__fastly__fastly_product_brotli_compression_get_product_brotli_compression fastly.fastly_product_brotli_compression_get_product_brotli_compression Read read
integration__fastly__fastly_product_brotli_compression_get_services_product_brotli_compression fastly.fastly_product_brotli_compression_get_services_product_brotli_compression Read read
integration__fastly__fastly_product_ddos_protection_disable_product_ddos_protection fastly.fastly_product_ddos_protection_disable_product_ddos_protection Write write
integration__fastly__fastly_product_ddos_protection_enable_product_ddos_protection fastly.fastly_product_ddos_protection_enable_product_ddos_protection Write write
integration__fastly__fastly_product_ddos_protection_get_product_ddos_protection fastly.fastly_product_ddos_protection_get_product_ddos_protection Read read
integration__fastly__fastly_product_ddos_protection_get_product_ddos_protection_configuration fastly.fastly_product_ddos_protection_get_product_ddos_protection_configuration Read read
integration__fastly__fastly_product_ddos_protection_get_services_product_ddos_protection fastly.fastly_product_ddos_protection_get_services_product_ddos_protection Read read
integration__fastly__fastly_product_ddos_protection_set_product_ddos_protection_configuration fastly.fastly_product_ddos_protection_set_product_ddos_protection_configuration Write write
integration__fastly__fastly_product_domain_inspector_disable_product_domain_inspector fastly.fastly_product_domain_inspector_disable_product_domain_inspector Write write
integration__fastly__fastly_product_domain_inspector_enable_product_domain_inspector fastly.fastly_product_domain_inspector_enable_product_domain_inspector Write write
integration__fastly__fastly_product_domain_inspector_get_product_domain_inspector fastly.fastly_product_domain_inspector_get_product_domain_inspector Read read
integration__fastly__fastly_product_domain_inspector_get_services_product_domain_inspector fastly.fastly_product_domain_inspector_get_services_product_domain_inspector Read read
integration__fastly__fastly_product_domain_research_disable_product_domain_research fastly.fastly_product_domain_research_disable_product_domain_research Write write
integration__fastly__fastly_product_domain_research_enable_domain_research fastly.fastly_product_domain_research_enable_domain_research Write write
integration__fastly__fastly_product_domain_research_get_domain_research fastly.fastly_product_domain_research_get_domain_research Read read
integration__fastly__fastly_product_fanout_disable_product_fanout fastly.fastly_product_fanout_disable_product_fanout Write write
integration__fastly__fastly_product_fanout_enable_product_fanout fastly.fastly_product_fanout_enable_product_fanout Write write
integration__fastly__fastly_product_fanout_get_product_fanout fastly.fastly_product_fanout_get_product_fanout Read read
integration__fastly__fastly_product_fanout_get_services_product_fanout fastly.fastly_product_fanout_get_services_product_fanout Read read
integration__fastly__fastly_product_image_optimizer_disable_product_image_optimizer fastly.fastly_product_image_optimizer_disable_product_image_optimizer Write write
integration__fastly__fastly_product_image_optimizer_enable_product_image_optimizer fastly.fastly_product_image_optimizer_enable_product_image_optimizer Write write
integration__fastly__fastly_product_image_optimizer_get_product_image_optimizer fastly.fastly_product_image_optimizer_get_product_image_optimizer Read read
integration__fastly__fastly_product_image_optimizer_get_services_product_image_optimizer fastly.fastly_product_image_optimizer_get_services_product_image_optimizer Read read
integration__fastly__fastly_product_log_explorer_insights_disable_product_log_explorer_insights fastly.fastly_product_log_explorer_insights_disable_product_log_explorer_insights Write write
integration__fastly__fastly_product_log_explorer_insights_enable_product_log_explorer_insights fastly.fastly_product_log_explorer_insights_enable_product_log_explorer_insights Write write
integration__fastly__fastly_product_log_explorer_insights_get_product_log_explorer_insights fastly.fastly_product_log_explorer_insights_get_product_log_explorer_insights Read read
integration__fastly__fastly_product_log_explorer_insights_get_services_product_log_explorer_insights fastly.fastly_product_log_explorer_insights_get_services_product_log_explorer_insights Read read
integration__fastly__fastly_product_ngwaf_disable_product_ngwaf fastly.fastly_product_ngwaf_disable_product_ngwaf Write write
integration__fastly__fastly_product_ngwaf_enable_product_ngwaf fastly.fastly_product_ngwaf_enable_product_ngwaf Write write
integration__fastly__fastly_product_ngwaf_get_product_ngwaf fastly.fastly_product_ngwaf_get_product_ngwaf Read read
integration__fastly__fastly_product_ngwaf_get_product_ngwaf_configuration fastly.fastly_product_ngwaf_get_product_ngwaf_configuration Read read
integration__fastly__fastly_product_ngwaf_get_services_product_ngwaf fastly.fastly_product_ngwaf_get_services_product_ngwaf Read read
integration__fastly__fastly_product_ngwaf_set_product_ngwaf_configuration fastly.fastly_product_ngwaf_set_product_ngwaf_configuration Write write
integration__fastly__fastly_product_object_storage_disable_product_object_storage fastly.fastly_product_object_storage_disable_product_object_storage Write write
integration__fastly__fastly_product_object_storage_enable_object_storage fastly.fastly_product_object_storage_enable_object_storage Write write
integration__fastly__fastly_product_object_storage_get_object_storage fastly.fastly_product_object_storage_get_object_storage Read read
integration__fastly__fastly_product_origin_inspector_disable_product_origin_inspector fastly.fastly_product_origin_inspector_disable_product_origin_inspector Write write
integration__fastly__fastly_product_origin_inspector_enable_product_origin_inspector fastly.fastly_product_origin_inspector_enable_product_origin_inspector Write write
integration__fastly__fastly_product_origin_inspector_get_product_origin_inspector fastly.fastly_product_origin_inspector_get_product_origin_inspector Read read
integration__fastly__fastly_product_origin_inspector_get_services_product_origin_inspector fastly.fastly_product_origin_inspector_get_services_product_origin_inspector Read read
integration__fastly__fastly_product_websockets_disable_product_websockets fastly.fastly_product_websockets_disable_product_websockets Write write
integration__fastly__fastly_product_websockets_enable_product_websockets fastly.fastly_product_websockets_enable_product_websockets Write write
integration__fastly__fastly_product_websockets_get_product_websockets fastly.fastly_product_websockets_get_product_websockets Read read
integration__fastly__fastly_product_websockets_get_services_product_websockets fastly.fastly_product_websockets_get_services_product_websockets Read read
integration__fastly__fastly_public_ip_list_list_fastly_ips fastly.fastly_public_ip_list_list_fastly_ips Read read
integration__fastly__fastly_publish_publish fastly.fastly_publish_publish Write write
integration__fastly__fastly_purge_bulk_purge_tag fastly.fastly_purge_bulk_purge_tag Write write
integration__fastly__fastly_purge_purge_all fastly.fastly_purge_purge_all Write write
integration__fastly__fastly_purge_purge_single_url fastly.fastly_purge_purge_single_url Write write
integration__fastly__fastly_purge_purge_tag fastly.fastly_purge_purge_tag Write write
integration__fastly__fastly_rate_limiter_create_rate_limiter fastly.fastly_rate_limiter_create_rate_limiter Write write
integration__fastly__fastly_rate_limiter_delete_rate_limiter fastly.fastly_rate_limiter_delete_rate_limiter Write write
integration__fastly__fastly_rate_limiter_get_rate_limiter fastly.fastly_rate_limiter_get_rate_limiter Read read
integration__fastly__fastly_rate_limiter_list_rate_limiters fastly.fastly_rate_limiter_list_rate_limiters Read read
integration__fastly__fastly_rate_limiter_update_rate_limiter fastly.fastly_rate_limiter_update_rate_limiter Write write
integration__fastly__fastly_realtime_get_stats_last120_seconds fastly.fastly_realtime_get_stats_last120_seconds Read read
integration__fastly__fastly_realtime_get_stats_last120_seconds_limit_entries fastly.fastly_realtime_get_stats_last120_seconds_limit_entries Read read
integration__fastly__fastly_realtime_get_stats_last_second fastly.fastly_realtime_get_stats_last_second Read read
integration__fastly__fastly_request_settings_create_request_settings fastly.fastly_request_settings_create_request_settings Write write
integration__fastly__fastly_request_settings_delete_request_settings fastly.fastly_request_settings_delete_request_settings Write write
integration__fastly__fastly_request_settings_get_request_settings fastly.fastly_request_settings_get_request_settings Read read
integration__fastly__fastly_request_settings_list_request_settings fastly.fastly_request_settings_list_request_settings Read read
integration__fastly__fastly_request_settings_update_request_settings fastly.fastly_request_settings_update_request_settings Write write
integration__fastly__fastly_resource_create_resource fastly.fastly_resource_create_resource Write write
integration__fastly__fastly_resource_delete_resource fastly.fastly_resource_delete_resource Write write
integration__fastly__fastly_resource_get_resource fastly.fastly_resource_get_resource Read read
integration__fastly__fastly_resource_list_resources fastly.fastly_resource_list_resources Read read
integration__fastly__fastly_resource_update_resource fastly.fastly_resource_update_resource Write write
integration__fastly__fastly_response_object_create_response_object fastly.fastly_response_object_create_response_object Write write
integration__fastly__fastly_response_object_delete_response_object fastly.fastly_response_object_delete_response_object Write write
integration__fastly__fastly_response_object_get_response_object fastly.fastly_response_object_get_response_object Read read
integration__fastly__fastly_response_object_list_response_objects fastly.fastly_response_object_list_response_objects Read read
integration__fastly__fastly_response_object_update_response_object fastly.fastly_response_object_update_response_object Write write
integration__fastly__fastly_secret_store_client_key fastly.fastly_secret_store_client_key Write write
integration__fastly__fastly_secret_store_create_secret_store fastly.fastly_secret_store_create_secret_store Write write
integration__fastly__fastly_secret_store_delete_secret_store fastly.fastly_secret_store_delete_secret_store Write write
integration__fastly__fastly_secret_store_get_secret_store fastly.fastly_secret_store_get_secret_store Read read
integration__fastly__fastly_secret_store_get_secret_stores fastly.fastly_secret_store_get_secret_stores Read read
integration__fastly__fastly_secret_store_item_create_secret fastly.fastly_secret_store_item_create_secret Write write
integration__fastly__fastly_secret_store_item_delete_secret fastly.fastly_secret_store_item_delete_secret Write write
integration__fastly__fastly_secret_store_item_get_secret fastly.fastly_secret_store_item_get_secret Read read
integration__fastly__fastly_secret_store_item_get_secrets fastly.fastly_secret_store_item_get_secrets Read read
integration__fastly__fastly_secret_store_item_must_recreate_secret fastly.fastly_secret_store_item_must_recreate_secret Write write
integration__fastly__fastly_secret_store_item_recreate_secret fastly.fastly_secret_store_item_recreate_secret Write write
integration__fastly__fastly_secret_store_signing_key fastly.fastly_secret_store_signing_key Read read
integration__fastly__fastly_server_create_pool_server fastly.fastly_server_create_pool_server Write write
integration__fastly__fastly_server_delete_pool_server fastly.fastly_server_delete_pool_server Write write
integration__fastly__fastly_server_get_pool_server fastly.fastly_server_get_pool_server Read read
integration__fastly__fastly_server_list_pool_servers fastly.fastly_server_list_pool_servers Read read
integration__fastly__fastly_server_update_pool_server fastly.fastly_server_update_pool_server Write write
integration__fastly__fastly_service_authorizations_create_service_authorization fastly.fastly_service_authorizations_create_service_authorization Write write
integration__fastly__fastly_service_authorizations_delete_service_authorization fastly.fastly_service_authorizations_delete_service_authorization Write write
integration__fastly__fastly_service_authorizations_delete_service_authorization2 fastly.fastly_service_authorizations_delete_service_authorization2 Write write
integration__fastly__fastly_service_authorizations_list_service_authorization fastly.fastly_service_authorizations_list_service_authorization Read read
integration__fastly__fastly_service_authorizations_show_service_authorization fastly.fastly_service_authorizations_show_service_authorization Read read
integration__fastly__fastly_service_authorizations_update_service_authorization fastly.fastly_service_authorizations_update_service_authorization Write write
integration__fastly__fastly_service_authorizations_update_service_authorization2 fastly.fastly_service_authorizations_update_service_authorization2 Write write
integration__fastly__fastly_service_create_service fastly.fastly_service_create_service Write write
integration__fastly__fastly_service_delete_service fastly.fastly_service_delete_service Write write
integration__fastly__fastly_service_get_service fastly.fastly_service_get_service Read read
integration__fastly__fastly_service_get_service_detail fastly.fastly_service_get_service_detail Read read
integration__fastly__fastly_service_list_service_domains fastly.fastly_service_list_service_domains Read read
integration__fastly__fastly_service_list_services fastly.fastly_service_list_services Read read
integration__fastly__fastly_service_search_service fastly.fastly_service_search_service Read read
integration__fastly__fastly_service_update_service fastly.fastly_service_update_service Write write
integration__fastly__fastly_settings_get_service_settings fastly.fastly_settings_get_service_settings Read read
integration__fastly__fastly_settings_update_service_settings fastly.fastly_settings_update_service_settings Write write
integration__fastly__fastly_snippet_create_snippet fastly.fastly_snippet_create_snippet Write write
integration__fastly__fastly_snippet_delete_snippet fastly.fastly_snippet_delete_snippet Write write
integration__fastly__fastly_snippet_get_snippet fastly.fastly_snippet_get_snippet Read read
integration__fastly__fastly_snippet_get_snippet_dynamic fastly.fastly_snippet_get_snippet_dynamic Read read
integration__fastly__fastly_snippet_list_snippets fastly.fastly_snippet_list_snippets Read read
integration__fastly__fastly_snippet_update_snippet fastly.fastly_snippet_update_snippet Write write
integration__fastly__fastly_snippet_update_snippet_dynamic fastly.fastly_snippet_update_snippet_dynamic Write write
integration__fastly__fastly_star_create_service_star fastly.fastly_star_create_service_star Write write
integration__fastly__fastly_star_delete_service_star fastly.fastly_star_delete_service_star Write write
integration__fastly__fastly_star_get_service_star fastly.fastly_star_get_service_star Read read
integration__fastly__fastly_star_list_service_stars fastly.fastly_star_list_service_stars Read read
integration__fastly__fastly_stats_get_service_stats fastly.fastly_stats_get_service_stats Read read
integration__fastly__fastly_sudo_request_sudo_access fastly.fastly_sudo_request_sudo_access Write write
integration__fastly__fastly_tls_activations_create_tls_activation fastly.fastly_tls_activations_create_tls_activation Write write
integration__fastly__fastly_tls_activations_delete_tls_activation fastly.fastly_tls_activations_delete_tls_activation Write write
integration__fastly__fastly_tls_activations_get_tls_activation fastly.fastly_tls_activations_get_tls_activation Read read
integration__fastly__fastly_tls_activations_list_tls_activations fastly.fastly_tls_activations_list_tls_activations Read read
integration__fastly__fastly_tls_activations_update_tls_activation fastly.fastly_tls_activations_update_tls_activation Write write
integration__fastly__fastly_tls_bulk_certificates_delete_bulk_tls_cert fastly.fastly_tls_bulk_certificates_delete_bulk_tls_cert Write write
integration__fastly__fastly_tls_bulk_certificates_get_tls_bulk_cert fastly.fastly_tls_bulk_certificates_get_tls_bulk_cert Read read
integration__fastly__fastly_tls_bulk_certificates_list_tls_bulk_certs fastly.fastly_tls_bulk_certificates_list_tls_bulk_certs Read read
integration__fastly__fastly_tls_bulk_certificates_update_bulk_tls_cert fastly.fastly_tls_bulk_certificates_update_bulk_tls_cert Write write
integration__fastly__fastly_tls_bulk_certificates_upload_tls_bulk_cert fastly.fastly_tls_bulk_certificates_upload_tls_bulk_cert Write write
integration__fastly__fastly_tls_certificates_create_tls_cert fastly.fastly_tls_certificates_create_tls_cert Write write
integration__fastly__fastly_tls_certificates_delete_tls_cert fastly.fastly_tls_certificates_delete_tls_cert Write write
integration__fastly__fastly_tls_certificates_get_tls_cert fastly.fastly_tls_certificates_get_tls_cert Read read
integration__fastly__fastly_tls_certificates_get_tls_cert_blob fastly.fastly_tls_certificates_get_tls_cert_blob Read read
integration__fastly__fastly_tls_certificates_list_tls_certs fastly.fastly_tls_certificates_list_tls_certs Read read
integration__fastly__fastly_tls_certificates_update_tls_cert fastly.fastly_tls_certificates_update_tls_cert Write write
integration__fastly__fastly_tls_configurations_get_tls_config fastly.fastly_tls_configurations_get_tls_config Read read
integration__fastly__fastly_tls_configurations_list_tls_configs fastly.fastly_tls_configurations_list_tls_configs Read read
integration__fastly__fastly_tls_configurations_update_tls_config fastly.fastly_tls_configurations_update_tls_config Write write
integration__fastly__fastly_tls_csrs_create_csr fastly.fastly_tls_csrs_create_csr Write write
integration__fastly__fastly_tls_domains_list_tls_domains fastly.fastly_tls_domains_list_tls_domains Read read
integration__fastly__fastly_tls_private_keys_create_tls_key fastly.fastly_tls_private_keys_create_tls_key Write write
integration__fastly__fastly_tls_private_keys_delete_tls_key fastly.fastly_tls_private_keys_delete_tls_key Write write
integration__fastly__fastly_tls_private_keys_get_tls_key fastly.fastly_tls_private_keys_get_tls_key Read read
integration__fastly__fastly_tls_private_keys_list_tls_keys fastly.fastly_tls_private_keys_list_tls_keys Read read
integration__fastly__fastly_tls_subscriptions_create_globalsign_email_challenge fastly.fastly_tls_subscriptions_create_globalsign_email_challenge Write write
integration__fastly__fastly_tls_subscriptions_create_tls_sub fastly.fastly_tls_subscriptions_create_tls_sub Write write
integration__fastly__fastly_tls_subscriptions_delete_globalsign_email_challenge fastly.fastly_tls_subscriptions_delete_globalsign_email_challenge Write write
integration__fastly__fastly_tls_subscriptions_delete_tls_sub fastly.fastly_tls_subscriptions_delete_tls_sub Write write
integration__fastly__fastly_tls_subscriptions_get_tls_sub fastly.fastly_tls_subscriptions_get_tls_sub Read read
integration__fastly__fastly_tls_subscriptions_list_tls_subs fastly.fastly_tls_subscriptions_list_tls_subs Read read
integration__fastly__fastly_tls_subscriptions_patch_tls_sub fastly.fastly_tls_subscriptions_patch_tls_sub Write write
integration__fastly__fastly_tokens_bulk_revoke_tokens fastly.fastly_tokens_bulk_revoke_tokens Write write
integration__fastly__fastly_tokens_create_token fastly.fastly_tokens_create_token Write write
integration__fastly__fastly_tokens_get_token fastly.fastly_tokens_get_token Read read
integration__fastly__fastly_tokens_get_token_current fastly.fastly_tokens_get_token_current Read read
integration__fastly__fastly_tokens_list_tokens_customer fastly.fastly_tokens_list_tokens_customer Read read
integration__fastly__fastly_tokens_list_tokens_user fastly.fastly_tokens_list_tokens_user Read read
integration__fastly__fastly_tokens_revoke_token fastly.fastly_tokens_revoke_token Write write
integration__fastly__fastly_tokens_revoke_token_current fastly.fastly_tokens_revoke_token_current Write write
integration__fastly__fastly_user_create_user fastly.fastly_user_create_user Write write
integration__fastly__fastly_user_delete_user fastly.fastly_user_delete_user Write write
integration__fastly__fastly_user_get_current_user fastly.fastly_user_get_current_user Read read
integration__fastly__fastly_user_get_user fastly.fastly_user_get_user Read read
integration__fastly__fastly_user_request_password_reset fastly.fastly_user_request_password_reset Write write
integration__fastly__fastly_user_update_user fastly.fastly_user_update_user Write write
integration__fastly__fastly_user_update_user_password fastly.fastly_user_update_user_password Write write
integration__fastly__fastly_vcl_create_custom_vcl fastly.fastly_vcl_create_custom_vcl Write write
integration__fastly__fastly_vcl_delete_custom_vcl fastly.fastly_vcl_delete_custom_vcl Write write
integration__fastly__fastly_vcl_diff_vcl_diff_service_versions fastly.fastly_vcl_diff_vcl_diff_service_versions Read read
integration__fastly__fastly_vcl_get_custom_vcl fastly.fastly_vcl_get_custom_vcl Read read
integration__fastly__fastly_vcl_get_custom_vcl_boilerplate fastly.fastly_vcl_get_custom_vcl_boilerplate Read read
integration__fastly__fastly_vcl_get_custom_vcl_generated fastly.fastly_vcl_get_custom_vcl_generated Read read
integration__fastly__fastly_vcl_get_custom_vcl_generated_highlighted fastly.fastly_vcl_get_custom_vcl_generated_highlighted Read read
integration__fastly__fastly_vcl_get_custom_vcl_highlighted fastly.fastly_vcl_get_custom_vcl_highlighted Read read
integration__fastly__fastly_vcl_get_custom_vcl_raw fastly.fastly_vcl_get_custom_vcl_raw Read read
integration__fastly__fastly_vcl_lint_vcl_default fastly.fastly_vcl_lint_vcl_default Write write
integration__fastly__fastly_vcl_lint_vcl_for_service fastly.fastly_vcl_lint_vcl_for_service Write write
integration__fastly__fastly_vcl_list_custom_vcl fastly.fastly_vcl_list_custom_vcl Read read
integration__fastly__fastly_vcl_set_custom_vcl_main fastly.fastly_vcl_set_custom_vcl_main Write write
integration__fastly__fastly_vcl_update_custom_vcl fastly.fastly_vcl_update_custom_vcl Write write
integration__fastly__fastly_version_activate_service_version fastly.fastly_version_activate_service_version Write write
integration__fastly__fastly_version_activate_service_version_environment fastly.fastly_version_activate_service_version_environment Write write
integration__fastly__fastly_version_clone_service_version fastly.fastly_version_clone_service_version Write write
integration__fastly__fastly_version_create_service_version fastly.fastly_version_create_service_version Write write
integration__fastly__fastly_version_deactivate_service_version fastly.fastly_version_deactivate_service_version Write write
integration__fastly__fastly_version_deactivate_service_version_environment fastly.fastly_version_deactivate_service_version_environment Write write
integration__fastly__fastly_version_get_service_version fastly.fastly_version_get_service_version Read read
integration__fastly__fastly_version_list_service_versions fastly.fastly_version_list_service_versions Read read
integration__fastly__fastly_version_lock_service_version fastly.fastly_version_lock_service_version Write write
integration__fastly__fastly_version_update_service_version fastly.fastly_version_update_service_version Write write
integration__fastly__fastly_version_validate_service_version fastly.fastly_version_validate_service_version Read read
integration__fastly__fastly_whole_platform_ddos_historical_get_platform_ddos_historical fastly.fastly_whole_platform_ddos_historical_get_platform_ddos_historical Read read

Write Access

Start with --write=deny for read-only MCP clients. Use --write=ask or --write=allow only when the client and workspace are trusted.