Build from any IDE or coding agent

Build agents. Automate the business.
Put it on Record.

Build agents and business-process automations from any IDE — or let your coding agent build them for you with the Record skill. Deploy in one command, and every action ships governed: policy, JIT credentials the agent never holds, human approvals, and audit, built in.

Claude CodeClaude Code
CursorCursor
WindsurfWindsurf
CodexCodex
Gemini CLIGemini CLI
Build where you already work

Build agents from your editor — or have your coding agent build them.

Record ships as a skill your coding agent loads. Stay in the tools you already use — describe the automation, and Record turns intent into a governed, deployed agent.

Any IDE, any coding agent

Claude Code, Cursor, Windsurf, Codex, Gemini CLI — install the Record skill once, and the coding agent you already use learns to scaffold, configure, deploy, and manage governed agents for you.

Describe the automation

Tell your coding agent what the business process should do. It writes the agent config, the Cedar policy, and the tools, and wires the connections — you review the diff, not boilerplate.

Deploy governed by default

One command ships the agent to production with policy, JIT credentials the agent never holds, human approvals, and audit already on. Trust and security are not a later phase.

Terminal
$ $ brew install recordplatform/tap/record
✓ record CLI installed
$ $ record login
✓ Authenticated as dev@acme.com
# Your coding agent now has the Record skill:
• Create agents, policies, connections
• Deploy & manage from your editor
• Query traces, signals, spend
Agent Patterns

Build any agent. Any pattern.

Autonomous reasoning, sequential pipelines, parallel fan-out, iterative loops — compose sub-agents, add tools, deploy. All governed automatically.

Autonomous
LLM AgentThinkTool CallAct

LLM-driven reasoning with tool use

Sequential
ExtractScoreRouteApprove

Deterministic pipeline of sub-agents

Parallel
DispatchAgent AAgent BAgent CMerge

Fan-out, execute, aggregate

Loop
CheckProcessEvaluateDonenot done → retry

Iterate until condition met

Governed by default

You build the automation. Record handles the trust.

Identity, credentials, policy, approvals, audit, and spend are built in and on by default. You ship business logic; every action is governed, attributed, and on the record — no security plumbing to wire. Every action can answer: which agent acted, on whose behalf, under which policy, with which credential — and what actually happened.

Record Identity & Access
One identity envelope across every tool. Agents act on behalf of a named human through an auditable delegation chain.
Record Grant
JIT access decisions and identity chains give an agent scoped authority on behalf of a named human — no standing privileges.
Record Credential Broker
Short-lived, scoped credentials are minted and injected at Record-controlled edges. Agents receive capabilities and results, not raw secrets.
Record Policy Engine
Cedar policies govern model calls, MCP/OpenAPI tools, approvals, data movement, spend, and managed-runtime execution.
Record Human Review
HITL gates pause risky work, persist approval state, and resume with approver, reason, timestamp, and policy evidence.
Record Gateway
100+ models, MCP, OpenAPI, direct tools, and A2A behind one governed route with routing, fallback, filters, and rate limits.
Record Runtime
Managed agents get lifecycle, sandboxing, runtime state, durable resume, and kernel-level enforcement when Record owns execution.
Record Brain
Enterprise knowledge, memory, prior decisions, approvals, and operational cases compound into reusable context for every agent.
Record Capability Registry
Federate MCP servers, OpenAPI specs, and versioned skills into governed capabilities reusable across the agent fleet.
Record Observability
Distributed traces, policy decisions, credential leases, HITL events, runtime signals, spend, and quality signals in one record.
Record Incidents & Diagnostics
Signals become owned Issues with priority, impact, root cause, detector health, activity, and evidence for resolution.
Record Spend Management
Per-agent budgets, cost attribution, automatic cost-saving model routing, hard caps, and alerts before the bill surprises finance.
A Closer Look

Stop building plumbing. Start building agents.

Record Gateway, Record Runtime, Record Brain, policy, incidents, diagnostics, observability, credentials — all built in as platform contracts. Enable what the workflow needs without rebuilding the plumbing.

Switch models in one line
# record.yaml
routing:
model_override: claude-sonnet-4-20250514
# Record handles everything else:
✓ API key management (encrypted)
✓ Fallback if provider is down
✓ Cost tracking & budget caps
✓ Content filtering & rate limiting
Record Gateway

100+ models. Zero integrations.

OpenAI, Anthropic, Google, Mistral, Cohere, Bedrock — all routed through one gateway. Per-agent model selection, automatic fallback, cost tracking, and content filtering. You never write a provider integration again.

Your Dockerfile + Record's sidecar
$ FROM python:3.12-slim
$ RUN pip install pandas scikit-learn
$ COPY tools/ /app/tools/
# Record automatically injects:
✓ Kernel-level sandbox sidecar
✓ Cedar policy engine
✓ JIT credential injection
✓ OTEL distributed tracing
✓ Memory server
Sandbox

Your Dockerfile. Our guardrails.

Bring the managed runtime dependency set the workflow needs. Record Runtime wraps managed agents with sandbox lifecycle, egress-side credential injection, Cedar policy enforcement, and visibility beyond the tool name.

Post-session memory extraction
✓ Profile: prefers markdown, concise responses
✓ Entity: Acme Corp → enterprise tier
✓ Pattern: PR review → run tests → merge
✓ Case: incident-2847 → fixed via rollback
4 memories extracted → Indexed
Next session: recalled automatically
Memory

Agents that remember everything.

6-category persistent memory — profile, preferences, entities, events, cases, patterns. Auto-extracted after every session. Vector search. Survives restarts. Your agents learn and get better over time.

Agent
Harness
Gateway
Sandbox
Executed
Kernel-level enforcement

Governance that follows the action.

Managed agent actions pass through runtime hooks, Record Gateway, and sandbox/egress enforcement. Cedar policies, HITL approval, and JIT credentials stay in platform contracts.

Unlimited Extensibility

Connect anything. Govern everything.

MCP servers, OpenAPI specs, custom Python, and messaging channels become governed capabilities through Record Gateway. Managed agents add the runtime and sandbox gates.

openapi.yaml
Record
Salesforce API
Internal REST
Legacy SOAP
Tools

MCP, OpenAPI, Python — unlimited.

Point at an MCP server, drop in an OpenAPI spec, or write a plain Python function. Record auto-generates governed tools with JIT credentials. No SDK, no wrapper, no boilerplate.

Slack@record analyze PR #847
Teams/run due_diligence_agent
Webhookgithub.push → main branch
APIPOST /agents/support_bot
CLIrecord agent chat ...
A2Aagent://claims invoke
RecordSame policy. Every surface.
Channels

Deploy once. Trigger from anywhere.

REST API, webhooks, Slack, Teams, Discord, A2A — channels enter through Record Gateway, and managed agents add runtime and sandbox evidence.

trace-ak48f2
2.4s$0.0034✓ 3 gates
0600ms1.2s1.8s2.4s
agent.run
2.4s
harness.validate
34ms
gateway.route
8ms
llm.generate
1.8s
sandbox.exec
420ms
Observability

Every gate. Every token. Every dollar.

Gateway traces for connected agents, runtime and kernel-level traces for managed agents, per-agent cost attribution, budget enforcement, and quality signals. All queryable via CLI or API.

01Claude Code
02Cursor
03Windsurf
04Codex
05Cline
06Gemini CLI
07ADK
08LangChain
09CrewAI
10Plain Python
11OpenAI
12Anthropic
13Google
14Mistral
15GitHub
16Jira
17Salesforce
18Slack
19Teams
01Claude Code
02Cursor
03Windsurf
04Codex
05Cline
06Gemini CLI
07ADK
08LangChain
09CrewAI
10Plain Python
11OpenAI
12Anthropic
13Google
14Mistral
15GitHub
16Jira
17Salesforce
18Slack
19Teams
01Claude Code
02Cursor
03Windsurf
04Codex
05Cline
06Gemini CLI
07ADK
08LangChain
09CrewAI
10Plain Python
11OpenAI
12Anthropic
13Google
14Mistral
15GitHub
16Jira
17Salesforce
18Slack
19Teams
01Claude Code
02Cursor
03Windsurf
04Codex
05Cline
06Gemini CLI
07ADK
08LangChain
09CrewAI
10Plain Python
11OpenAI
12Anthropic
13Google
14Mistral
15GitHub
16Jira
17Salesforce
18Slack
19Teams
Get started

Let's prove it works.

No sales deck. No feature demo. We run your agents and measure the results.