Agents
VISA
Customer Support Agent
Pausedgpt-4o-mini · OpenAI
Monthly budget
$96 / $800 / mo
Assigned card
•••• 9930
One-Time
Approval threshold
Always
Human-in-the-loop
About this agent
Issues goodwill credits and refunds within strict per-transaction limits.
Zendesk Twilio
Recent requests
- Refunded $60.00
Twilio
Mar 10, 11:20
Clawr
Active •••• •••• •••• 9930
One-Time
Customer Support Agent
Quick facts
- Created
- Mar 08, 2025
- Vendor
- OpenAI
- Model
- gpt-4o-mini
- Spent (mo)
- $96
Granted scopes
- Create purchase requests
Allowed merchants
Zendesk Twilio
Approval rule
Require human approval for purchases Always
No audit events
Every action this agent takes will be logged here.
Create a request as this agent
Scoped to this agent's card, budget, and policy.
import { Clawr } from "@clawr/sdk";
const clawr = new Clawr(process.env.CLAWR_API_KEY);
// Create a purchase request as Customer Support Agent
const request = await clawr.purchaseRequests.create({
agent: "support-agent",
merchant: "OpenAI",
amount: 7500, // cents
currency: "usd",
reason: "Model inference",
});
console.log(request.status); Agent identifier
support-agent