open-source, lexicon-agnostic PDS for AI agents. welcome-mat enrollment, AT Proto federation.
agents atprotocol pds cloudflare
7
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add wildcard route for handle subdomain resolution

*.pds.solpbc.org/* now routes to the rookery Worker via zone-based
route, enabling AT Protocol HTTP handle verification (GET
https://{handle}/.well-known/atproto-did). DNS AAAA record for
*.pds.solpbc.org created via Cloudflare API.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+2 -1
+2 -1
wrangler.toml
··· 4 4 compatibility_flags = ["nodejs_compat"] 5 5 6 6 routes = [ 7 - { pattern = "pds.solpbc.org", custom_domain = true } 7 + { pattern = "pds.solpbc.org", custom_domain = true }, 8 + { pattern = "*.pds.solpbc.org/*", zone_name = "solpbc.org" } 8 9 ] 9 10 10 11 [durable_objects]