Prerequisites
- A ChatGPT plan with custom connectors — Pro, Plus, Team, Enterprise, or Edu (availability varies by plan and region; connectors with write actions require developer mode)
- A Repage account (sign up free at repage.app)
Setup
- Enable developer mode
In ChatGPT, open Settings → Connectors → Advanced and toggle Developer mode on. This allows connectors whose tools can create and update content (like publishing documents), not just search. - Create the connector
Go to Settings → Connectors and click Create. Name it “Repage” and paste the server URL:
Choose OAuth as the authentication method.https://www.repage.app/api/mcp - Authorise with Google
ChatGPT opens an authorisation window. Sign in with the Google account you use for Repage and allow access. - Use it in a conversation
In a new chat, open the + / tools menu, choose Developer mode (or enable the Repage connector), and ask ChatGPT to publish.
Using Repage from ChatGPT
Build an HTML dashboard from this CSV and publish it to Repage
Fetch my Repage document abc123, change the theme to dark, and publish the update
What feedback has my team left on Repage document abc123?ChatGPT will call the Repage tools (repage_publish_document, repage_get_document, repage_update_document) and reply with the shareable link. The URL stays the same across revisions.
Important: always use www.repage.app
The URL must start with https://www.repage.app — the bare domain redirects and drops the authorisation header, which makes every call fail with a 401.
Troubleshooting
- Connector option missing? Custom connectors aren't available on the free tier, and on Team/Enterprise an admin may need to enable them.
- Tools are read-only? Make sure developer mode is on — without it ChatGPT only exposes search-style tools.
- Prefer not to use OAuth? Create an API key on your dashboard and configure the connector with header authentication:
Authorization: Bearer rpg_…
All set — publish from your next chat
Ask ChatGPT to generate a report and publish it to Repage.
Publish a document