Workspaces
https://api.cerulea.app/v1
Organise your blockchain infrastructure into workspaces and projects. A workspace is the top-level container for all resources, team members, and billing.
POST
/workspaces
Create a new workspace
JSON
{
"name": "Acme Financial",
"plan": "enterprise",
"region": "us-east-1",
"compliance": ["gdpr", "soc2"]
}
POST
/workspaces/:workspaceId/projects
Create a new project within a workspace
JSON
{
"name": "Settlement Network",
"type": "private-chain",
"environment": "production"
}