---
title: verified.md Changelog
version: 1.1.0
last_updated: 2026-02-02
---

# verified.md Changelog

> Version history and updates for verified.md API.

---

## 2026-02-02 - Agent Discovery & Documentation Expansion

### Added
- `/agents.md` - Machine-readable agent discovery manifest
- `/mcp.md` - MCP server configuration guide
- `/docs/agents` - For AI Agents documentation section
- `/docs/agents/discovery` - Agent discovery guide
- `/docs/agents/mcp` - MCP setup guide
- `/docs/agents/signals` - Trust signals documentation
- `/docs/api/register` - Self-registration endpoint docs

### Improved
- Landing page now links to `/docs` hub (previously only linked to developers.md)
- Landing page footer with documentation links
- API reference updated with trust signals documentation
- API reference updated with blocked domain response format
- API reference updated with POST /register documentation
- Docs hub navigation includes "For AI Agents" section

### Fixed
- Agent discoverability: all .md endpoints now documented in manifest
- Navigation: landing page CTAs now point to docs hub

---

## 2026-02-01 - Documentation Release

### Added
- `/api.md` - Complete API reference
- `/integration.md` - Framework integration guides
- `/verify.md` - Getting verified guide
- `/changelog.md` - This changelog
- `/docs` - Documentation hub (coming soon)

### Improved
- Landing page redesigned with dark theme
- `/developers.md` updated with AI assistant prompts

---

## 2026-01-31 - Trust Signals

### Added
- `?signals=true` parameter on /verify endpoint
- Trust score calculation based on multiple signals
- Brand verification signals (website, social, business registration)

---

## 2026-01-28 - Beta Launch

### Added
- `GET /verify/{domain}` - Primary verification endpoint
- `GET /lookup/{entity-id}` - Reverse lookup by ID
- `GET /status` - Health check endpoint
- `GET /.well-known/verified.md` - Self-verification
- `GET /developers.md` - Developer guide

### Initial Seed Data
- Verified domains: stripe.com, anthropic.com, openai.com, google.com
- Registry infrastructure: verified.md, discover.md, agents.md

---

## Roadmap

### Coming Soon
- [x] Self-service registration (POST /register) - Done!
- [ ] Dashboard for managing verification
- [ ] API keys for write operations
- [ ] Webhooks for status changes
- [ ] Rate limiting and usage tiers

### Future
- [ ] Subdomain inheritance rules
- [ ] Multi-domain verification bundles
- [ ] Automated renewal system
- [ ] Enhanced due diligence for enterprise tier

---

## Versioning

verified.md uses calendar versioning. Major changes are announced via:
- This changelog
- Email to verified entities
- /status endpoint version field

---

## Support

- API Reference: https://verified.md/api.md
- Integration: https://verified.md/integration.md
- Contact: hello@displace.agency
