MCP server
You can now connect AI agents and MCP-compatible tools to Corelayer using the Model Context Protocol. Agents can list groups, browse issues, read root-cause analyses, check integrations, and search organization memory — all through standard MCP tooling.Two connection modes are available:- Remote MCP — Point any hosted connector at
https://api.corelayer.com/mcpwith a bearer token. No install required. - Local MCP — Run
npx -y @corelayer-ai/mcpas a stdio server for coding agents that use local MCP.
Bulk close
A newbulk-close command lets you close a large set of stale issues in one operation instead of closing them one at a time. Filter by last-seen date and attach feedback in a single call.Non-interactive CLI authentication
The CLI now supports API key authentication via theCORELAYER_API_KEY environment variable, so you can use Corelayer in CI/CD pipelines, background agents, and headless environments without a browser login.You can also pipe an existing token into the CLI config:Agent skill is now agent-agnostic
The CLI’s built-in skill — previously called the “Claude Code skill” — has been generalized to work with any supported AI agent runtime. Runcorelayer install-skill to install it, regardless of which coding agent you use.Set up the Corelayer skillCorelayer CLI
You can now manage Corelayer from the terminal. The CLI lets you list groups, view and triage issues, check integrations, and get issue summaries — all without leaving your editor.Install it withnpm install -g @corelayer-ai/cli and sign in with corelayer login, which authenticates through your browser in one step.The CLI also supports a machine-readable --json mode, making it easy to integrate with scripts and AI agents.Read the CLI docsClaude Code skill for the CLI
The Corelayer CLI now ships with a built-in Claude Code skill. Runcorelayer install-skill and Claude Code will automatically know how to use the Corelayer CLI whenever you mention production issues, monitoring, or triage.This is especially useful for background agents that need to query Corelayer without manual prompting.Set up the skillPII masking
Corelayer now redacts sensitive data — like email addresses, API keys, credit card numbers, and more — before it appears in issue summaries, notifications, or AI investigation output.Masking is on by default for secrets, personal info, and financial data. You can toggle additional categories like network addresses and identifiers in Settings → Privacy.Learn about PII maskingAnomaly detection
You can now monitor your data for unexpected changes using two approaches:- Table monitoring — Connect a database and track row volume, column values, and schema changes automatically.
- SDK metrics — Instrument your code with the Corelayer SDK to track custom metrics from any pipeline or application.
15 integrations
Corelayer now connects to your full stack. New integrations include:- Cloud: AWS, GCP, Cloudflare, Oracle Cloud
- Observability: Datadog, Sentry
- Code: GitHub
- Notifications: Slack, Microsoft Teams
- Databases: ClickHouse, PlanetScale
- Platforms: Airflow, Trigger.dev, Vercel, incident.io, Merge