Skip to main content

agent

Send a message to the workspace agent:
synthetiq agent --message <message> [options]
FlagRequiredDescription
--message <message>YesThe message to send to the agent
--chatId <chatId>NoContinue an existing conversation
synthetiq agent --message "Create a new service for the Stripe API with OAuth2 auth"

Continuing a conversation

Pass --chatId to continue a previous conversation with full context:
synthetiq agent --message "Add a listCharges tool" --chatId chat_abc123
The agent retains the full conversation history for the given chat ID, including any files it created or modified.

chats

List agent conversations:
synthetiq agent chats