Digital Passport Illustration
Placeholder
W3C DID Identity for AI Agents
Digital identity infrastructure for the agentic internet with L4 assurance and KYC built-in
Why AI Agents Need Identity
AI agents need verifiable identity to transact, access services, and build trust. Without identity, agents can't participate in the digital economy. APort provides identity verification with KYC (Know Your Customer) and KYB (Know Your Business) built-in, meeting regulatory standards.
KYC & KYB Built-In
Every passport includes automated identity verification. KYC (Know Your Customer) verifies individual identity, while KYB (Know Your Business) verifies business entities. This Level 4 (L4) assurance meets eIDAS and NIST standards, enabling agents to participate in regulated financial transactions and services.
How to Create W3C DID Passports for AI Agents
Create agent passports in 4 simple steps
Create Agent
Define your AI agent with basic information. This can be done programmatically via API or through the dashboard.
Issue DID
APort automatically generates a W3C-compliant DID for your agent. The DID is cryptographically secure and globally unique.
Attach to Wallet
Link the passport to a Chimoney wallet. The passport enables the wallet to verify identity for transactions and policy enforcement.
Use for Payments
The agent can now use its passport to verify identity when making payments, accessing services, and complying with regulatory requirements.
W3C DID Use Cases for AI Agents
Powering identity for AI agents and agent-to-agent transactions across industries
APort Integration APIs
Get started with our API or SDKs to create W3C DID passports for AI agents
// Create an agent passport
const response = await fetch('https://api.chimoney.io/v0.2/agents', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
'X-API-KEY': 'your-api-key'
},
body: JSON.stringify({
name: 'My AI Agent',
type: 'assistant',
metadata: {
purpose: 'customer-service'
}
})
});
const { agentId, did } = await response.json();
console.log('Agent DID:', did);Check out our other Products
Wallet + Passport + Policy Controls
Complete wallet infrastructure for AI agents with built-in policy enforcement. Create agent wallets in 5 minutes via API or chimoney.app. Limits are automatically enforced by the Chimoney API - no manual tracking required. See working examples with LangChain, CrewAI, and custom Python agents.

