← AgentShield
Integration
AgentShield for Zapier
See what your Zapier AI actions actually cost per run. Add a Webhooks step — no code required.
Use case
Zapier Zaps using OpenAI, Anthropic, or any AI action
Quick setup
// Step 1: Add a Webhooks by Zapier step after your AI action
// Step 2: Configure it exactly like this:
Action event: POST
URL: https://api.agentshield.one/v1/track
Headers:
Authorization: Bearer ags_live_xxxxx
Payload type: JSON
Data:
agent: my-zapier-zap
model: gpt-4o
input_tokens: {{ai_step.usage.prompt_tokens}}
output_tokens: {{ai_step.usage.completion_tokens}}
// No SDK. No code. Costs tracked per Zap run.