Sign in

Create site

documented

Create a new Siteleaf site.

POST /sitesSitesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.siteleaf.com/v2/sites" \
  -u "{{SITELEAF_API_KEY}}:{{SITELEAF_SECRET}}" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"title": "{{$title}}", "domain": "{{$domain}}", "timezone": "{{$timezone}}", "metadata": {{$metadata}}, "defaults": {{$defaults}}, "empty": {{$empty}}}'
Create site · siteleaf · OpenIntegrations