Your domain is connected to Parker but no site has been deployed yet. Use the snippets below in your AI tool — your site will replace this page.
// step 01Replace YOUR_API_KEY, paste in any terminal:
curl -X POST https://parker.domains/api/deploy \
-H "Content-Type: application/json" \
-d '{"apiKey":"YOUR_API_KEY","domain":"parker-4i0.pages.dev","files":{"index.html":"<!doctype html><title>hello</title><h1>Hello from parker-4i0.pages.dev</h1>"}}'
Replace YOUR_API_KEY with your key from step 01:
I have a domain at parker-4i0.pages.dev connected to Parker. Build a small, distinctive landing page for what this domain name suggests, then deploy it via:
POST https://parker.domains/api/deploy
Body: { "apiKey": "YOUR_API_KEY", "domain": "parker-4i0.pages.dev", "files": { "index.html": "<your HTML>" } }
Single self-contained HTML, real typography, footer links "Powered by Parker" → https://parker.domains. Tell me the live URL.