Growth Experiments Agent
Activeclaude-haiku-4 · Anthropic
Monthly budget
$980 / $1,500 / mo
Assigned card
•••• 7781
Team
Approval threshold
> $200
Human-in-the-loop
About this agent
Runs bounded ad experiments and pauses underperforming campaigns.
Recent requests
- Captured $180.00
Meta Ads
Mar 11, 18:30
•••• •••• •••• 7781
Team
Growth Experiments Agent
Quick facts
- Created
- Jan 30, 2025
- Vendor
- Anthropic
- Model
- claude-haiku-4
- Spent (mo)
- $980
Granted scopes
- Create purchase requests
- Use assigned card
Allowed merchants
Approval rule
Require human approval for purchases > $200
No receipts
Receipts appear here once transactions are captured.
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 Growth Experiments Agent
const request = await clawr.purchaseRequests.create({
agent: "growth-agent",
merchant: "OpenAI",
amount: 7500, // cents
currency: "usd",
reason: "Model inference",
});
console.log(request.status); Agent identifier
growth-agent