Skip to content

AgentID Integration: Cryptographic identity verification tools for CrewAI agents #5106

@haroldmalikfrimpong-ops

Description

Feature Request: AgentID Tools for CrewAI

AgentID (getagentid.dev) is an identity layer for AI agents that provides cryptographic identity verification, trust levels, and signed handoffs.

We have built and published a CrewAI integration package: agentid-crewai

Tools provided

Tool Description
register_agent Register a new agent and receive an agent_id + certificate
verify_agent Verify another agent's identity and trust status
discover_agents Search the registry by capability or owner
check_trust_level Get an agent's L0-L4 trust level, permissions, and spending limit
check_spending_authority Check if an agent can spend a given amount
create_signed_handoff Create an Ed25519-signed handoff receipt between agents

Usage

pip install agentid-crewai
from crewai import Agent
from agentid_crewai import get_all_tools

agent = Agent(
    role="Verified Agent",
    goal="Verify identities before collaborating with other agents",
    tools=get_all_tools(),
)

Why this matters

As multi-agent systems scale, agents need a way to cryptographically prove their identity, verify other agents before trusting them, and create auditable handoff records. AgentID provides this infrastructure.

Links

Would love to discuss the best path for official integration. The crewai-tools repo appears archived, so opening here. Happy to submit a PR in whatever format works best.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions