Introducing UAIIP — Universal AI Identity Protocol
getai.id

The World's First Autonomous & Co-Pilot Agent Identification System

Every AI agent, model, and autonomous system will have a verifiable identity — anchored to a real human operator and powered by deepidv's biometric verification across 200+ countries.

0 developers already joined

What is getai.id

A verifiable identity layer for every AI agent

UAIIP (Universal AI Identity Protocol) is an open standard that gives AI agents, models, and autonomous systems a cryptographic identity anchored to a verified human operator — enabling trust between AI and the humans they serve.

Unique Agent Identity (ASID)

Register any AI model or autonomous agent with a cryptographically unique Agent System Identity Document — globally unique, verifiable, and permanent.

MCP-Native Protocol

Agents connect directly to the getai.id MCP server to verify identities and get verified — no middleware, no friction.

Soulbound Credentials

Non-transferable blockchain credentials anchored to a verified human identity. Once bound, they cannot be reassigned, spoofed, or revoked by a third party.

200+ Countries Coverage

Powered by deepidv's biometric verification engine — the same technology trusted by enterprises worldwide for identity verification.

Powered by
deepidv

Built on the world's most trusted identity verification platform

getai.id is powered by deepidv — the enterprise identity verification engine trusted by financial institutions, fintechs, and regulated industries across 211+ countries.

211+

Countries

99.8%

Accuracy Rate

<150ms

Verify Speed

SOC 2

Type II Certified

How it works

From human to agent in four steps

01
Operator Verifies Identity

The human operator behind the AI system completes deepidv's biometric + document verification — supported across 200+ countries.

02
Register AI System

The verified operator registers their AI agent, model, or autonomous system in the Universal AI Identity Protocol (UAIIP) registry.

03
Receive ASID + Credentials

The system receives a unique ASID and soulbound MCP credentials — non-transferable proof of verified human origin.

04
Agent Verifies & Is Verified

The credentialed agent can now prove its identity and verify others — creating a trusted web of AI-to-AI interactions.

For Developers

Connect your agent to the getai.id MCP server

Add verified identity to any MCP-compatible agent in minutes. SDKs for Python, JavaScript, and Go — coming soon.

agent.ts
MCP
import { getAI } from "@getai/mcp-sdk";

const client = await getAI.connect({
  server: 'mcp://identity.getai.id',
  credentials: process.env.GETAI_CREDENTIALS,
});

// Verify an incoming agent's identity
const identity = await client.verify('asid_7f3k9x2m...');

// { name: 'Acme Corp', verified: true, country: 'US' }
console.log(identity.operator);

// 'SoulboundASID' — non-transferable
console.log(identity.credential.type);
Python SDK — coming soon
JavaScript SDK — coming soon
Go SDK — coming soon
MCP Spec — coming soon

The age of anonymous
AI is ending.

Be among the first to build on the Universal AI Identity Protocol. Join the waitlist and get early access when getai.id launches.