MCP

schemas/clientspace

The Clientspace object returned by clientspace/get, clientspace/get_by_id, and mutation responses.

field type constraints description
clientspaceId integer Unique identifier.
createdAt string date-time When the clientspace was created.
title string max 256 Display name of the clientspace.
separateCredits boolean Whether the clientspace has its own credit pool independent from the parent agency.
autoAllocate boolean Whether credits are automatically allocated to this clientspace on a recurring basis.
creditAmount integer Credits to allocate per auto-allocation cycle (used when autoAllocate is true).

apiKey is never returned. The clientspace API key is server-redacted from all responses. Use the clientspace's clientspaceId to identify it; see clientspace-delegation to act on its behalf.