← Tools Reference

Statamic

Statamic integration (Developer Tools, Productivity). Imported from open-connector.

API key4 toolshttps://statamic.com/api/v1
GET
statamic_list_sites
List Statamic sites available in the authenticated statamic.com account.

/sites

POST
statamic_create_site
Create a Statamic site license with an optional domain or domains.

/sites

3 parameters
ParamTypeRequiredDescription
namestringrequiredThe display name of the Statamic site.
domainstringoptionalA domain to license for the Statamic site.
domainsarrayoptionalThe domains to license for the Statamic site. The first domain is treated as pr…
PATCH
statamic_update_site
Update a Statamic site name or replace its licensed domain list.

/sites/{key}

4 parameters
ParamTypeRequiredDescription
keystringrequiredThe Statamic site key.
namestringoptionalThe display name of the Statamic site.
domainstringoptionalA domain to license for the Statamic site.
domainsarrayoptionalThe domains to license for the Statamic site. The first domain is treated as pr…
DELETE
statamic_delete_site
Delete a Statamic site by site key.

/sites/{key}

1 parameter
ParamTypeRequiredDescription
keystringrequiredThe Statamic site key.