Skip to main content
Cekura is designed to work seamlessly with AI coding agents. Whether you’re using Claude Code, Cursor, or VS Code, you can manage your voice agent testing and observability directly from your development environment.

Integration Options

MCP & Skills

Install Cekura Skills so your assistant knows Cekura workflows, plus the MCP server so it can act on your workspace. Recommended setup.

AGENTS.md preset

Portable fallback: drop an AGENTS.md file in your repo for assistants that don’t load Agent Skills.

Quick Setup

1. Install Skills, then connect MCP

First install Cekura Skills so your assistant knows Cekura workflows:
Claude Code users: install the plugin instead — it bundles Skills, slash commands, and MCP config in one step. See MCP & Skills setup.
Then connect the MCP server so your assistant can act on your workspace:
OAuth opens a browser to sign in — no API key needed. For API-key auth, see API-key setup.

2. Add AGENTS.md to Your Repo

Drop an AGENTS.md template into your project root. This teaches any AI assistant the Cekura-specific workflows and terminology for your project.

3. Discover Documentation

Cekura’s documentation is available in agent-friendly formats:

Common Agent Workflows

Test Your Agent After a Deploy

Create Metrics from Agent Description

Review Call Quality

Generate Evaluators from Real Calls

Best Practices

Begin with listing agents, viewing results, and reading call logs before using write operations like creating metrics or running scenarios.
If you have multiple projects, always specify the project_id parameter to scope your queries. This prevents cross-project data leakage.
Large responses (detailed transcripts, full result sets) can consume significant context. Use pagination parameters (page, limit) to control response size.
Use Cekura’s GitHub Actions integration alongside MCP to run evals on every PR and review results from your agent.

Next Steps

Manual setup (Skills + MCP)

Install Skills, then configure the MCP server — for clients without a plugin

AGENTS.md Template

Copy-paste template for your project

API Reference

Complete API documentation

Testing Guide

Learn how to create and run evaluators