A CLI built for humans and agents
Manage Workflows, Agents, Members, integrations, and workspace settings. agent-optimized DX.
$ gr agents list -w $WORKSPACE_ID$ gr workflows get -w $WORKSPACE_ID --id 42Use the CLI, TypeScript SDK, REST API, or Workspace Manager to build, test, and run healthcare Agents.
List Workflows, inspect Agents, and make changes with the same commands in local development, staging, and production.
$ npx @gravity-rail/cli login
$ npx @gravity-rail/cli workflows list -w $WORKSPACE_ID
$ npx @gravity-rail/cli get-started --format llmUse one, or mix them in the same workspace.
Manage Workflows, Agents, Members, integrations, and workspace settings. agent-optimized DX.
$ gr agents list -w $WORKSPACE_ID$ gr workflows get -w $WORKSPACE_ID --id 42Integrate Gravity Rail into any Node.js application.
import { GravityRailClient } from '@gravity-rail/sdk';
const client = new GravityRailClient(apiKey, apiUrl);
const workflows = await client.getWorkflows(workspaceId);Read and update workspace resources directly. Receive events by webhook.
GET /api/v2/w/{workspace_uuid}/agents
Authorization: Bearer $GRAVITY_RAIL_API_KEYDescribe the healthcare Agent you need and review what the Manager creates.
Choose the interface or channel you're using.
Use the CLI, SDK, API, or Workspace Manager. The same workspace supports all four.