Skip to main content
A workspace is the central collaboration environment in Phinite. It brings together your Agent Graphs, tools, integrations, and data sources into one governed space. When you log in, you land on Workspace Home — your dashboard for creating and opening Agent Graphs.

About Phinite

Platform overview and golden path.

Agent Graphs

Conversational vs Autonomous graph types.

User roles

RBAC for developers, admins, and testers.

Inviting users

Add teammates to a workspace.
Workspaces help teams isolate projects, manage access levels, and reuse tools and integrations across Agent Graphs within a common environment.

Workspace Home

Workspace Home provides a quick overview of your Agent Graphs and workspace-level activity.
Workspace Home with Agent Graph cards

Workspace Home — Agent Graph list and create entry point

Depending on workspace configuration, the home page may also display activity logs, performance charts, or project summaries.

Multi-workspace access

From the global header, switch between workspaces or create new ones if you have permission.
  1. Click the workspace name in the header.
  2. Select an existing workspace or Create workspace (Super Admin / Admin).
  3. Super Admins can assign Admins to manage each workspace independently.
Create workspace flow

Create workspace — organization-level setup

If you see multiple workspaces in the dropdown, your organization supports multi-workspace collaboration.
Each workspace sidebar is your main navigation panel.

Agent Graphs

Agent Graphs are the core objects in a workspace. Create Conversational or Autonomous graphs from Workspace Home, then open each graph in: Agent Graphs in a workspace share tools, integrations, and RAG Data collections.
Use consistent naming conventions (for example support-faq-conv, nightly-etl-auto) to group related graphs.

Tools

Workspace Tools are reusable components any Agent Graph can call at runtime:
  • Custom Python handlers
  • Prebuilt integration subtools
  • System tools and utility functions
Open Dev Studio from any tool to edit code, test, and publish versions. See Tools & Dev Studio overview.

Integrations

Integrations connect your workspace to external systems and communication channels. Authenticate once under Integrations, then wire channels and triggers to deployed builds. See Configure integrations and Channels overview.

Agent Registry

Agent Registry is the workspace catalog of agents exposed over the Agent-to-Agent (A2A) protocol. Open it from the sidebar when your organisation grants workspace.sidebar.agent_registry. Use it to:
  • Expose published agent graphs as hosted A2A endpoints
  • Browse organisation and public Agent Cards
  • Compose multi-agent flows with registry agent nodes in Graph Studio
See Agent Registry overview.

RAG Data

RAG Data manages workspace knowledge collections used by agent nodes for retrieval. Supported sources include PDF, CSV, text documents, structured datasets, and API-connected endpoints. Organize content into collections referenced in Graph Studio RAG.

Env. variables

Env. variables store DEV / UAT / PROD secrets and configuration. Tools and builds read these at runtime — never hard-code credentials in tool code. See Env. variables.

API Keys

Generate workspace-level API keys for programmatic access:
  • Trigger Agent Graph runs from external applications
  • Authenticate Chat API and trigger webhooks
  • Regenerate or revoke keys as needed
Treat API keys as confidential credentials. Revoking a key immediately disables all external requests using that key.

Users

Admins and Organization Owners manage workspace members — invite users, assign roles, or remove access. See Access controls and User roles.

Billing and reports

Billing (Organization Owners) shows plan details, usage metrics (tokens, compute, voice minutes), and invoices. Reports provide session activity, token consumption, and graph-level execution summaries filterable by environment (DEV, UAT, PROD). Data integrates with Observability.

Bottom navigation

Summary

A workspace is your team’s shared environment where Agent Graphs, integrations, and data sources coexist with governance, modularity, and role-based collaboration.
Use one workspace per functional team or business unit to maintain clarity, security, and scalable growth.