This handles Kibana connector setup through REST APIs or Terraform, covering everything from Slack and PagerDuty to Jira, webhooks, and LLM providers like OpenAI and Bedrock. The documentation is thorough on the fundamentals: all mutations need the kbn-xsrf header, connectors live per Kibana Space, and you should check referenced_by_count before deleting anything or you'll break alerts silently. The Terraform examples use jsonencode for config and secrets, which feels a bit clunky but works. Good for infrastructure-as-code setups or scripting bulk connector provisioning. The connector type table alone saves you from hunting through Elastic's docs to figure out what's actually supported.
npx skills add https://github.com/elastic/agent-skills --skill kibana-connectors