cURL
curl --request POST \ --url https://api.example.com/v1/workspaces \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "domain": "<string>", "metadata": {} } '
Provision a new tenant.
Documentation IndexFetch the complete documentation index at: https://docs.hawkings.education/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.hawkings.education/llms.txt
Use this file to discover all available pages before exploring further.
const ws = await hk.workspaces.create({ name: "Acme University" });