docs: point support contacts at the customer portal ticket form - #1092
Merged
Merged
Conversation
Replaces every support@portkey.ai reference with https://support.portkey.ai/forms/customer-portal-ticket-form. mailto: links (markdown and <a href>) now point at the form, and prose that read "email us at support@portkey.ai" was reworded to "reach out to Portkey support" so the sentences still make sense with a URL. The OpenAPI contact block drops its `email` field (a URL is not valid there) and points `url` at the form instead. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
support@portkeyai.com now points at the customer portal ticket form. dpo@portkey.ai stays as an email — it's the data-protection contact, not support — but moves to its own bullet. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
roh26it
approved these changes
Sep 22, 2026
This branch was successfully deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replaces every
support@portkey.aireference across the docs with https://support.portkey.ai/forms/customer-portal-ticket-form.What changed (185 files):
mailto:links — markdown[…](mailto:…)and<a href="mailto:…">— now point at the form. Where the link text was the email itself, it becamePortkey support.- 📧 Email: support@portkey.ai→- 🎫 Support: [Submit a ticket](…); the "Email" cards insupport/contact-us.mdxandenterprise/hybrid2.mdxare now "Support Portal" cards with the form ashref.virtual_key_old/and duplicateaigw/trees.Two judgement calls to review:
openapi/portkey-models.jsonhad the address in an OpenAPIcontact.emailfield, where a URL is not schema-valid. Theemailfield is dropped andcontact.urlnow points at the form (it previously pointed athttps://portkey.ai).product/enterprise-offering/security-portkey.mdx:87(and itsvirtual_key_oldtwin) listssupport@portkeyai.com, dpo@portkey.ai— different addresses, so they were left as-is.Verified: zero remaining occurrences of
support@portkey.aiin the repo; the OpenAPI file still parses as valid JSON.🤖 Generated with Claude Code