Connecting PF Create to ChatGPT
Connecting PF Create to ChatGPT
Difficulty: Moderate — requires Developer Mode and a custom connector.
Requires: ChatGPT Plus, Pro, Team, Enterprise, or Education plan
Before You Start
- Your
pfk_…API key — find it on your account page
Steps
- Enable Developer Mode: go to openai.com settings → Developer → toggle on.
- Go to GPTs → Configure → Actions → Create new action.
- In the action schema (OpenAPI YAML), define the SSE endpoint:
servers:
- url: https://mcp.pfcreate.ca
securitySchemes:
bearerAuth:
type: http
scheme: bearer
security:
- bearerAuth: []- In the Authentication input, paste your
pfk_…API key. - The
Authorization: Bearer pfk_...header is injected automatically. - Test in the GPT preview.
Troubleshooting
Actions not available — Confirm Developer Mode is enabled and you are on a paid ChatGPT plan.
401 errors — Check the full pfk_ prefix is present in your key.
Connection timeout — Image generation can take 30–90 seconds.