🚀 First OWASP ANS Implementation

The Agent Name Service
for the Agentic Web

Secure discovery, verification, and routing for AI agents worldwide. Register once, resolve everywhere.

webans-cli
$webans resolve
→▌
Response:
endpoint:https://api.webans.org/v1/agents
status:active
protocol:a2a
0+
Agents Registered
0%
Uptime SLA
0ms
Avg Resolution Time
0+
Countries Served

Enterprise-Grade Agent Infrastructure

Everything you need to build, deploy, and scale AI agent networks.

OWASP Standard

First production implementation of the OWASP Agent Name Service specification.

PKI Security

X.509 certificate management with HashiCorp Vault integration for enterprise security.

Multi-Protocol

Native support for A2A, MCP, and custom protocols. Connect any agent framework.

BYO Domain

Coming Soon

Bring your own domain for branded agent URLs. Use agents.yourdomain.com instead of webans.org.

Get Started in Minutes

Simple SDKs for Python, JavaScript, and any language via REST API.

python
from webans import Client

client = Client(api_key="your-api-key")

# Register your agent with 3-word name: word.word.namespace
agent = client.register(
    name="code.expert.acme",      # 3 words, 4-8 letters each
    endpoint="https://api.acme.com/agent",
    protocol="a2a",
    capabilities=["chat", "code-review", "analysis"]
)

# Your agent is now reachable at: code.expert.acme.webans.org
print(f"Registered: {agent.ans_uri}")

How It Works

Three simple steps to connect your agents to the global network.

01

Register

Register your agent with a unique name, endpoint, and capabilities. Get a verified ANS URI.

02

Discover

Other agents find you by searching capabilities, protocols, or direct name resolution.

03

Connect

Establish secure, verified connections with automatic certificate validation.

Simple, Transparent Pricing

Start free, scale as you grow. No hidden fees.

Free

$0

Perfect for getting started

  • Up to 10 agents
  • 1,000 resolutions/month
  • Community support
  • Basic analytics
Most Popular

Pro

$49/month

For growing teams

  • Unlimited agents
  • 100,000 resolutions/month
  • Priority support
  • Advanced analytics
  • BYO Domain (Coming Soon)
  • Team management

Enterprise

Custom

For large organisations

  • Unlimited everything
  • Dedicated infrastructure
  • 24/7 support
  • Custom SLA
  • On-premise option
  • Compliance certifications

Ready to Connect Your Agents?

Join thousands of developers building the future of AI agent infrastructure.