Adding llms.txt to WordPress

Keyword: llms.txt wordpress · Updated July 2026

adding llms.txt to wordpress. Follow these steps to get started quickly.

Step 1: Get Your API Key

Sign up at plugsky.com and generate an API key from the dashboard. Free tier includes generous rate limits with no credit card required.

Step 2: Configure Your Client

Change your base URL to https://api.plugsky.com/v1 and set your API key. Your existing OpenAI SDK code works without modifications:

from openai import OpenAI
client = OpenAI(base_url="https://api.plugsky.com/v1", api_key="sk-...")

Step 3: Test and Deploy

Run your existing code. If it works with OpenAI, it works with Plugsky — the API is fully compatible including tool calling, streaming, and JSON mode.

For migration assistance, contact support@plugsky.com or check our documentation.

Try Plugsky Free →