For the complete documentation index, see llms.txt. This page is also available as Markdown.

Regenerate the private key for a site's published content authentication

Re-generates the private key used for the site's publishing authentication (e.g., JWT signing key for SSO). Existing tokens signed with the old key will become invalid immediately. Use this to rotate credentials after a security incident or as part of a regular key rotation policy.

Available in MCP
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequired

A unique entity identifier

Pattern: ^[a-zA-Z0-9_-]+$
siteIdstringRequired

The unique id of the site

Responses
200

OK

application/json
anyOptional
or
and
post/orgs/{organizationId}/sites/{siteId}/publishing/auth/regenerate

Last updated

Was this helpful?

Powered by GitBook