Clari Copilot

Coming soon

API KEY

CALL INTELLIGENCE

CRM & Sales

Read Clari Copilot sales call transcripts and analytics with an API key, scoped to the signed-in user.

  • Per-user credentials. each call uses the actual user's Clari Copilot key, never a shared bot.
  • Encrypted per-tenant vault. AES-256, resolved at request time, never in LLM context.
  • Scoped before every call. pre-call scope check, 90-day SIEM-exportable audit chain.
Clari Copilot
agent · Acme Q3
Run
Which discovery calls last week had no next step?
S
clari_copilot_list
88ms
Clari Copilot agent
4 discovery calls last week. Acme and Globex have no next step. Initech booked a demo. Umratech went dark after pricing.
Sources: 4 calls, 3 reps, Aug 25 to Aug 31
clari_copilot
4 calls
18:29
Message Claude...

Tools your revenue agent reaches for on Clari Copilot, scoped per user.

CALL ANY TOOL
List calls, transcripts, and call intelligence from Clari Copilot using the signed-in user's API key.
clari_copilot_list
List calls
List Clari Copilot sales calls for the authorized user so the agent can scan recent conversations.
Parameters
Name
Type
Required
Description
from_date
string
Optional
Optional start date filter for the call list.
limit
integer
Optional
Max calls to return.
clari_copilot_users_me
Get current user
clari_copilot_call_get
Get call
clari_copilot_transcript_get
Get transcript
clari_copilot_analytics_get
Get call analytics
Build your Agent
Same API key vault and scoped tool list across LangChain, OpenAI, Anthropic, and Google ADK.
Python · LlamaIndex
import { ScalekitClient } from "@scalekit-sdk/node";
import { DynamicStructuredTool } from "@langchain/core/tools";
const sk = new ScalekitClient(
process.env.SCALEKIT_ENVIRONMENT_URL,
process.env.SCALEKIT_CLIENT_ID,
process.env.SCALEKIT_CLIENT_SECRET,
);
const page = await sk.tools.listScopedTools("user_123", {
filter: { connectionNames: ["clari_copilot"], toolNames: [
"clari_copilot_list",
"clari_copilot_transcript_get",
"clari_copilot_analytics_get",
]}, pageSize: 100,
});
import OpenAI from "openai";
import { ScalekitClient } from "@scalekit-sdk/node";
const sk = new ScalekitClient(
process.env.SCALEKIT_ENVIRONMENT_URL,
process.env.SCALEKIT_CLIENT_ID,
process.env.SCALEKIT_CLIENT_SECRET,
);
const page = await sk.tools.listScopedTools("user_123", {
filter: { connectionNames: ["clari_copilot"], toolNames: [
"clari_copilot_list",
"clari_copilot_transcript_get",
"clari_copilot_analytics_get",
]}, pageSize: 100,
});
const openai = new OpenAI();
import Anthropic from "@anthropic-ai/sdk";
import { ScalekitClient } from "@scalekit-sdk/node";
const sk = new ScalekitClient(
process.env.SCALEKIT_ENVIRONMENT_URL,
process.env.SCALEKIT_CLIENT_ID,
process.env.SCALEKIT_CLIENT_SECRET,
);
const page = await sk.tools.listScopedTools("user_123", {
filter: { connectionNames: ["clari_copilot"], toolNames: [
"clari_copilot_list",
"clari_copilot_transcript_get",
"clari_copilot_analytics_get",
]}, pageSize: 100,
});
const anthropic = new Anthropic();
import { ScalekitClient } from "@scalekit-sdk/node";
const sk = new ScalekitClient(
process.env.SCALEKIT_ENVIRONMENT_URL,
process.env.SCALEKIT_CLIENT_ID,
process.env.SCALEKIT_CLIENT_SECRET,
);
const page = await sk.tools.listScopedTools("user_123", {
filter: { connectionNames: ["clari_copilot"], toolNames: [
"clari_copilot_list",
"clari_copilot_transcript_get",
"clari_copilot_analytics_get",
]}, pageSize: 100,
});
Try these prompts
Copy a prompt into your agent. Each one maps to Clari Copilot call intelligence for the signed-in user.
Coaching and next steps
Copy the prompt
Copied
Which discovery calls last week had no next step?
Copy the prompt
Copied
Summarize talk ratio and objections from my last three demo calls.
Copy the prompt
Copied
What coaching notes should I give the rep on the Acme call?
Transcripts and recall
Copy the prompt
Copied
Pull the transcript for yesterday's Globex pricing call.
Copy the prompt
Copied
What did the buyer say about budget on the Initech call?
Copy the prompt
Copied
List my Clari Copilot calls from the last 14 days.
Deal review
Copy the prompt
Copied
Which open deals have a recent call with no confirmed next meeting?
Copy the prompt
Copied
Compare competitor mentions across calls this month.
Copy the prompt
Copied
Who on the account spoke on the last Umratech call?
SEE HOW AUTH WORKS
Your users connect once. Their Clari Copilot API key stays vaulted, every call is checked, and every action is logged.
1
Authorize
Your user connects
Clari Copilot
once. We tie it to their identity and the meetings they approved — no shared bot account, no org-wide access
Who:
user ‘A’
when:
Once per user
access:
Limited to user
2
Store
Their
Clari Copilot
token lives in a vault scoped to them. User A's meetings are never reachable by an agent acting for user B, even on the same connection
vault:
encrypted
scope:
per-user
tokens:
auto-refreshed
3
Resolve
When your agent calls a
Clari Copilot
tool, we fetch the right token server-side. It never touches your agent, never appears in the LLM context, never shows up in your logs
speed:
~40ms
check:
before every call
seen by:
nobody
4
Audit
Every
Clari Copilot
tool call is logged — who triggered it, which meeting was fetched, what came back. 90 days of history, tied to the user who authorized it
history:
90 days
export:
SIEM-ready
logged:
every call
Test other agents
Reuse the same per-user vault and audit chain on other call intelligence and CRM connectors.
No items found.
Test other agents
Reuse the same per-user vault and audit chain on other call intelligence and CRM connectors.
No items found.
Why Scalekit
Secure your agent's access. Connectors ship in minutes
01.
Shared tokens break per-user analytics
A shared Clari Copilot key makes every transcript lookup look like a service account. Scalekit resolves the credential of the actual user who triggered the agent, never a shared bot.
// shared key
audit → bot_acct

// scalekit
audit → user_abc ✓
02.
Authentication is not authorization
03.
Multi-tenancy is architectural
04.
Clari Copilot today. Others tomorrow.
“Our agents act across Salesforce, Gong, Google Drive, and more, on behalf of every customer. Scalekit behind the scenes meant we can keep adding tools without ever rebuilding how credentials or tool calling work.”
Venu Madhav Kattagoni
Head of Engineering / Von
FAQs
Frequently Asked Questions
Does the agent access Clari Copilot as the user or a shared key?
Per-user resolution. Each tool call uses the signed-in user's Clari Copilot API key, so transcripts and analytics attribute to that user in the audit log.
Where is the Clari Copilot token stored?
In Scalekit's AES-256 vault, namespaced per tenant. You revoke access from one dashboard without rotating a shared secret across every agent.
Can I limit what the agent does in Clari Copilot?
Yes. Filter tool names in listScopedTools (for example clari_copilot_list only) and Scalekit checks that scope before the API call.
What happens when a user revokes access?
The next Clari Copilot tool call fails closed for that user. Other users and other connectors are unaffected. The revoke is logged.
Does the agent see every recording in the workspace?
Only the calls the authorized Clari Copilot API key can already read. Scalekit does not broaden that access; it vaults and scopes the existing key.
Start in your coding agent
Up and running in one command
Install the Scalekit skill in your editor of choice. Connector, auth, tools, prompt, all wired up
Claude Code REPL
/plugin marketplace add scalekit-inc/claude-code-authstack
/plugin install agentkit@scalekit-auth-stack
Cursor Code REPL
# ~/.cursor/mcp.json
{
""mcpServers"": {
""clari_copilot"": {
""url"": ""https://mcp.scalekit.com/clari_copilot"",
""headers"": { ""Authorization"": ""Bearer $SCALEKIT_TOKEN"" }
}
}
}
Codex Code REPL
# ~/.codex/config.toml
[mcp_servers.clari_copilot]
url = ""https://mcp.scalekit.com/clari_copilot""
auth_env = ""SCALEKIT_TOKEN""
Copilot Code REPL
# .vscode/mcp.json
{
""servers"": {
""clari_copilot"": {
""url"": ""https://mcp.scalekit.com/clari_copilot"",
""type"": ""http""
}
}
}