Polly enrollment portal
This is the self-serve enrollment endpoint for invited Polly operators.
You should have received an invite email. Cloudflare Access has already verified your identity to reach this page.
Your agent completes setup by POSTing your two SSH
public keys to POST /enroll:
{ "pubkey_user": "ssh-ed25519 …", "pubkey_core": "ssh-ed25519 …" }
It registers them as read-only deploy keys on your repos and returns your clone and bundle URLs. Private keys never leave your machine.