PostHog API — proxy_records
PostHog API — proxy_records. 5 operations. Lead operation: proxy_records. Self-contained Naftiko capability covering one Posthog business surface.
What You Can Do
MCP Tools
list-all-reverse-proxies-configured
List all reverse proxies configured for the organization. Returns proxy records along with the maximum number allowed by the current plan.
create-new-managed-reverse-proxy
Create a new managed reverse proxy. Provide the domain you want to proxy through. The response includes the CNAME target you need to add as a DNS record. Once the CNAME is configured, the proxy will be automatically verified and provisioned
get-details-specific-reverse-proxy
Get details of a specific reverse proxy by ID. Returns the full configuration including domain, CNAME target, and current provisioning status.
delete-reverse-proxy-proxies-waiting
Delete a reverse proxy. For proxies in 'waiting', 'erroring', or 'timed_out' status, the record is deleted immediately. For active proxies, a deletion workflow is started to clean up the provisioned infrastructure.
retry-provisioning-failed-reverse-proxy
Retry provisioning a failed reverse proxy. Only available for proxies in 'erroring' or 'timed_out' status. Resets the proxy to 'waiting' status and restarts the provisioning workflow.