ClawLink
AI & ML17 toolsPaste one API key

Conductor integration for AI agents

Conductor is a cloud development platform for creating workspaces, running coding-agent sessions, exchanging messages, and searching session transcripts.

Use it from your agent

One ClawLink account serves every agent you run. Pick the guide for yours, or connect Conductor once and call the same tools from all of them.

Setup

Connect Conductor through ClawLink's hosted setup.

  • Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
  • Where: the ClawLink dashboard, or ask your agent to connect it.

What your agent can do

Conductor exposes 17 tools through ClawLink.

ToolWhat it doesKind
conductor_get_current_userReturn the user and organization represented by the connected Conductor API keyRead
conductor_get_messageGet one transcript message by idRead
conductor_get_projectGet one Conductor project and its repository remote by project idRead
conductor_get_sessionGet one agent session's configuration and current idle, working, or error status in one readRead
conductor_get_workspaceGet a workspace's metadata and current lifecycle status in one read, including initializationRead
conductor_list_messagesRead one page of a session transcript or incrementally read messages after a known message IDRead
conductor_list_projectsList repositories available to the connected account for creating Conductor workspacesRead
conductor_list_sessionsList one page of agent chat sessions in a Conductor workspaceRead
conductor_list_workspacesList one page of workspaces belonging to a Conductor project, including deep links and recentRead
conductor_query_transcriptsRun one read-only SQL SELECT against the organization's session_transcripts_viewRead
conductor_create_sessionCreate another agent chat session in an existing workspaceWrite
conductor_create_workspaceCreate a cloud workspace and its first agent sessionWrite
conductor_rename_sessionChange an existing Conductor session's display name without stopping its agentRead
conductor_rename_workspaceChange the display name of an existing Conductor workspace without changing its lifecycle stateRead
conductor_send_messageSend a prompt to a Conductor session agentWrite
conductor_change_workspace_statePut a workspace to sleep or archive itRead
conductor_stop_sessionCancel only the current turn and queued messages, or archive the entire sessionRead