cURL
curl --request POST \ --url https://api.futureagi.com/accounts/workspaces/ \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "Production Workspace" }'
Create a new workspace
JWT token obtained from /accounts/token/ endpoint
"Production Workspace"
Workspace created successfully
Was this page helpful?