Colour PF Create with splash
Loading…

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

Steps

  1. Enable Developer Mode: go to openai.com settings → Developer → toggle on.
  2. Go to GPTsConfigureActionsCreate new action.
  3. In the action schema (OpenAPI YAML), define the SSE endpoint:
servers:
  - url: https://mcp.pfcreate.ca
securitySchemes:
  bearerAuth:
    type: http
    scheme: bearer
security:
  - bearerAuth: []
  1. In the Authentication input, paste your pfk_… API key.
  2. The Authorization: Bearer pfk_... header is injected automatically.
  3. 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.

Back to all connection guides