Documentation Index
Fetch the complete documentation index at: https://docs.phinite.ai/llms.txt
Use this file to discover all available pages before exploring further.
What the Agent Registry is
The Agent Registry is your workspace catalog of Agent Cards—registered metadata and hosted endpoints for agent graphs you expose over the Agent-to-Agent (A2A) protocol. Each registry entry ties a published agent graph build to skills, discoverability tags, visibility, and a hosted A2A URL that external systems and other agents can call. Use Agent Registry when you want to:- Publish an agent graph as a callable A2A service (not only run it inside a single assistant).
- Discover agents across your organisation—or, when visibility is public, from compatible clients with a valid API key.
- Compose multi-agent workflows by attaching registry agents to a master agent node in Browse or Discovery mode.
End-to-end workflow
| Step | Where | Outcome |
|---|---|---|
| 1. Design | Graph Studio | Agent graph with prompts, tools, and routing |
| 2. Publish | Publishing | Versioned build ready to expose |
| 3. Expose | Expose your flow | Agent Card + registry ID + test hosted URL |
| 4. Browse | Agent Registry catalog | Search, filter, inspect skills and endpoints |
| 5. Compose | Registry agent nodes | Call a specific agent (Browse) or auto-match filters (Discovery) |
| 6. Promote | Agent Cards | One live build per agent graph per workspace |
Access and environment
Sidebar permission:workspace.sidebar.agent_registry (legacy alias workspace.sidebar:agent_registry).
Routes:
- Workspace catalog:
/{organisation}/workspace/{workspaceId}/agent-registry - Project Agent Cards (builds):
/{organisation}/workspace/{workspaceId}/projects/{projectId}/agent-cards - Graph Studio (expose entry):
.../projects/{projectId}/studio
Terminology
Phinite maps industry A2A vocabulary to product labels as follows:| Industry / A2A term | Phinite UI / API | Meaning |
|---|---|---|
| Agent Card | Agent Card (wizard step 3) | Public identity: name, description, skills, tags, visibility |
| Agent Registry | Agent Registry sidebar | Workspace catalog of registered A2A agents |
| A2A endpoint / Hosted agent URL | /api/v1/ai/a2a/{flowId} or .../{registryId} | Callable agent over the A2A protocol |
| Skills | Skills in wizard | Callable capabilities with input/output MIME modes |
| Discoverability tags | Discoverability Tags | Metadata for search and Discovery filters |
| Deployment status | Test / Live badges | test = validation build; live = production (one live per flow per workspace) |
| Visibility | Public / Organisation | public = any A2A client with a valid API key; organization = same organisation only |
| Browse mode | Browse tab on agent node | Master agent calls a specific registry agent |
| Discovery mode | Discovery tab on agent node | Master agent auto-selects agents matching saved filters at runtime |
Next steps
Expose an agent
Register an agent graph with the three-step Expose wizard.
Registry agent nodes
Browse vs Discovery on the Graph Studio canvas.
Browse the catalog
Search, filter, and inspect registry entries.
Agent Cards & builds
Manage test and live builds; push to production.
Endpoints & lifecycle
Hosted URL patterns, auth, and promote-live.
Glossary
Industry terms, MIME modes, and UI label mapping.