> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tekma.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Tekma for developers and AI agents

> Choose the Tekma CLI, MCP server, recorder skill, or webhooks for your debugging and automation workflow.

Tekma provides tools for both sides of a debugging workflow: agents can investigate an existing capture or record a new reproduction as evidence.

<CardGroup cols={2}>
  <Card title="CLI recording" icon="terminal" href="/developers/cli">Record a browser walkthrough and upload the result.</Card>
  <Card title="MCP connection" icon="plug" href="/developers/mcp">Give a compatible client access to capture context.</Card>
  <Card title="Recorder skill" icon="book" href="/developers/skill">Install reusable instructions for recording and verification.</Card>
  <Card title="Webhooks" icon="webhook" href="/developers/webhooks">Receive signed capture-ready notifications.</Card>
</CardGroup>

## Choose an access method

Use account OAuth for tools that need your authorized workspace access. Use a share link for a bounded read-only investigation where its permitted context is enough. Use a recording link to submit into a requested workflow without joining the workspace.

Read access does not grant permission to upload recordings, post comments, or change a capture. Request the extra scope only when your workflow needs it.

## A useful agent workflow

1. Read the capture details and diagnostic evidence.
2. Identify the relevant failure and timestamp.
3. Implement and test the fix in your project.
4. Record the corrected behavior with the CLI.
5. Open the uploaded result and verify playback before reporting success.

A successful upload is not proof of a useful video. Check its duration, visible behavior, and final share permissions.
