Skip to main content

What Are Workspaces?

Workspaces are the organizational unit in agntdata. Each workspace has its own:
  • Credit Balance — Credits are shared across all API keys in a workspace
  • API Keys — Multiple keys can be created per workspace
  • Members — Invite team members to collaborate
  • Usage History — Track API calls and credit consumption

Workspace Structure

Workspace
├── Credit Balance (shared)
├── API Keys
│   ├── Production Server
│   ├── Development
│   └── CI/CD Pipeline
├── Members (team)
└── Usage Logs

Creating a Workspace

When you sign up for agntdata, a default workspace is created automatically. You can create additional workspaces from the dashboard.
1

Go to Workspace Settings

Click on your workspace name in the dashboard header.
2

Create New Workspace

Select Create Workspace and enter a name.
3

Switch Workspaces

Use the workspace dropdown to switch between workspaces.

Team Collaboration

Invite team members to collaborate within a workspace. All workspace members can view and manage workspace resources.

Inviting Members

Invite team members from the dashboard settings. Members get access to:
  • View and create API keys
  • View usage and billing information
  • Manage webhook endpoints
  • Configure integrations

Credit Sharing

All API keys in a workspace share the same credit balance:
If you have 1,000 credits and three API keys, all three keys draw from the same 1,000 credit pool.
This means:
  • Simplified billing — One credit balance per workspace
  • Shared quotas — All keys count toward the same limits
  • Easy monitoring — Track total usage in one place

Use Cases for Multiple Workspaces

Create separate workspaces for each client to keep billing and usage separate.
Use different workspaces for development and production with separate credit pools.
Give different teams (marketing, sales, engineering) their own workspaces with independent budgets.

Switching Workspaces

To switch between workspaces:
  1. Click the workspace name in the dashboard header
  2. Select the workspace you want to switch to
  3. The dashboard will reload with the new workspace context
API requests use the workspace associated with the API key — you don’t need to specify the workspace in requests.

Next Steps

API Keys

Create and manage API keys for your workspace.

Credits

Understand how credits work and top up your balance.