Invoker — ChatGPT Custom GPT Configuration
Overview
This document describes how to set up the Invoker Custom GPT in ChatGPT's GPT Builder.
GPT Builder Settings
Name
Invoker
Description
Create and deploy beautiful web pages through conversation. Waitlist pages, contact forms, landing pages, and more — live in seconds.
Instructions
Copy the full contents of chatgpt-gpt-instructions.md into the Instructions field.
Conversation starters
- Create a waitlist page for my new app
- Build a contact form for my business
- Show me the available templates
- List my deployed pages
Actions Configuration
Authentication
- Type: API Key
- Auth Type: Bearer
- API Key: The user's Invoker API key (obtained from https://invoker.page/dashboard)
Schema
Import from URL:
https://api.invoker.page/.well-known/openapi.jsonAlternatively, copy the JSON from that URL and paste it into the schema editor.
Privacy Policy
https://invoker.page/privacyHow Users Get an API Key
- Go to https://invoker.page
- Click "Log in" and sign in with email
- Open the dashboard
- Generate an API key from the "API Keys" section
- Copy the key and enter it in the GPT's authentication settings
Testing
After creating the GPT:
- Start a conversation: "Create a waitlist page for a fitness app called FitLaunch"
- The GPT should generate HTML and call
createDeployment - It should return a live URL like
https://fitlaunch.invoker.page - Visit the URL to verify the page is live
- Test "Show me my pages" to verify
listDeploymentsworks - Test "Update the headline to 'Join the Revolution'" to verify
updateDeploymentHtmlworks - Submit the form on the live page, then ask "Show me the submissions" to verify
getSubmissionsworks
Limitations (MVP)
- Each user needs their own API key (no OAuth flow yet)
- Free plan limited to 5 active deployments
- No custom domains (all pages are on
.invoker.pagesubdomains) - Single-page deployments only (no multi-page sites)
Future Enhancements
- OAuth authentication for seamless sign-in within ChatGPT
- Image upload support
- Multi-page site support
- Custom domain connections