🔐 Base64 Authentication Generator

Generate Base64 encoded authentication for WordPress Application Password

Format: [username]:[application_password] (e.g., admin:xxxx xxxx xxxx xxxx xxxx xxxx)

Base64 Encoded Authentication

How to use:

  1. Copy the Base64 string above
  2. In your API requests, add header: Authorization: Basic [paste_base64_here]
  3. Or use in ChatGPT Custom Actions authentication settings

OpenAPI Schema Generator

Generate ChatGPT Custom Action schema for your WordPress site

Enter your full WordPress site URL (including https://)

Your OpenAPI Schema

Next Steps:

  1. Click "Copy to Clipboard" above
  2. Go to ChatGPTExplore GPTsCreate
  3. Configure your GPT, then click Actions
  4. Click Import from URL or paste the schema directly
  5. Under Authentication, select None (or configure Basic Auth if needed)
  6. Test your custom GPT!