Graph Studio
Design nodes, prompts, tools, and RAG on the canvas.
Channels
Web chat, WhatsApp, Slack, Teams, voice, email.
Deploy to channel
Wire a build to a connected channel environment.
What Conversational graphs do

Graph Studio — Test panel for Conversational graphs
Supported channels
Configure channel credentials once under workspace Integrations, then assign a build during Deploy to Channel. See Channels overview.
Design workflow
- Create a Conversational Agent Graph from Workspace Home.
- In Graph Studio, add Start, Master Agent, and End nodes (Node types).
- Configure each agent node’s prompt, tools, and RAG (Agent configuration).
- Define variables for inputs the graph should capture across turns.
- Click Save, then Build to pin tool versions (Builds).
- Assign the build to DEV / UAT / PROD.
- Click Deploy and choose a target:
Deploy via Chat API
When you deploy as Chat API, Phinite exposes an HTTP endpoint backed by your pinned build. Your application sends user messages and receives agent responses — no channel webhook required.- Create and Build your Conversational graph.
- Click Deploy → Deploy as Chat API.
- Select environment and build version.
- Copy the endpoint URL and authenticate with your workspace API key.
- Send chat payloads from your backend or mobile app.
Deploy via channels
- Connect the channel under workspace Integrations (Configure integrations).
- Build and assign to the target environment.
- Click Deploy → Deploy to Channel.
- Select channel, environment, and build.
- Complete webhook or OAuth steps shown in the modal.
Best practices
- Keep prompts focused — one clear mission per Master Agent node.
- Capture structured variables early so downstream tool nodes have clean inputs.
- Publish and pin tool versions before production builds.
- Monitor session logs for failed tool calls and unexpected routing.

