← AgentShield
Integration

AgentShield for CrewAI

Full observability for CrewAI multi-agent workflows. Track costs per agent, replay crew sessions, enforce guardrails.

Use case

CrewAI crews, agents, and task orchestration

Quick setup

import agentshield
from crewai import Crew, Agent, Task

shield = agentshield.init(api_key="your-key")

with shield.session(agent_id="my-crew") as session:
    crew = Crew(agents=[agent1, agent2], tasks=[task1])
    result = crew.kickoff()
    session.track(result=result)

Start monitoring your CrewAI agents

Free plan. No credit card required.

Start Free →