Skip to content
@veritera-ai

Veritera

Trustless Infrastructure For Autonomous Systems

EYDII — verify and block an AI agent action in real-time

Trustless verification for AI agents

Content-blind. Sub-15ms. 13 framework integrations.
Get started →


AI agents send emails, move money, and call APIs. No framework verifies what they do. EYDII checks every action before execution — without seeing your code, prompts, data, or outputs. Policies enforced outside the agent. Independently verifiable with Ed25519.

from veritera import EydiiVerify
eydii = EydiiVerify(api_key="vt_live_...")

result = eydii.verify_sync(action="database.drop", agent_id="bot", policy="safety")
# result.verified = False
# result.reason = "Action 'database.drop' is blacklisted"

SDKs

Package Install
Python eydii-python pip install veritera
TypeScript eydii-js npm install @veritera.ai/eydii-verify
LangChain eydii-langchain pip install langchain-eydii
MCP eydii-mcp-server Claude Code, Cowork, ChatGPT, Cursor

13 framework integrations including OpenAI, CrewAI, LlamaIndex, n8n, Mastra, Google ADK, Agno, and Pydantic AI.


Website · Documentation · Trust & Security

Popular repositories Loading

  1. veritera-website veritera-website Public

    Veritera, an AI infrastructure company building the verification layer for autonomous AI execution.

    TypeScript

  2. .github .github Public

    Veritera AI — Organization profile and community health files

  3. eydii-python eydii-python Public

    EYDII SDK for Python — AI agent trust verification and cryptographic execution receipts

    Python

  4. eydii-js eydii-js Public

    EYDII Verify JavaScript/TypeScript SDK — Trust verification layer for AI agents. Zero dependencies.

    TypeScript

  5. eydii-openai eydii-openai Public

    EYDII integration for OpenAI Agents SDK

    Python

  6. eydii-langchain eydii-langchain Public

    EYDII integration for LangChain and LangGraph

    Python

Repositories

Showing 10 of 16 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…