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.
| Tool | What it does | Kind |
|---|---|---|
conductor_get_current_user | Return the user and organization represented by the connected Conductor API key | Read |
conductor_get_message | Get one transcript message by id | Read |
conductor_get_project | Get one Conductor project and its repository remote by project id | Read |
conductor_get_session | Get one agent session's configuration and current idle, working, or error status in one read | Read |
conductor_get_workspace | Get a workspace's metadata and current lifecycle status in one read, including initialization | Read |
conductor_list_messages | Read one page of a session transcript or incrementally read messages after a known message ID | Read |
conductor_list_projects | List repositories available to the connected account for creating Conductor workspaces | Read |
conductor_list_sessions | List one page of agent chat sessions in a Conductor workspace | Read |
conductor_list_workspaces | List one page of workspaces belonging to a Conductor project, including deep links and recent | Read |
conductor_query_transcripts | Run one read-only SQL SELECT against the organization's session_transcripts_view | Read |
conductor_create_session | Create another agent chat session in an existing workspace | Write |
conductor_create_workspace | Create a cloud workspace and its first agent session | Write |
conductor_rename_session | Change an existing Conductor session's display name without stopping its agent | Read |
conductor_rename_workspace | Change the display name of an existing Conductor workspace without changing its lifecycle state | Read |
conductor_send_message | Send a prompt to a Conductor session agent | Write |
conductor_change_workspace_state | Put a workspace to sleep or archive it | Read |
conductor_stop_session | Cancel only the current turn and queued messages, or archive the entire session | Read |