Q: Can agents communicate with each other if they are in the same workspace?

release0
Aug 6, 2025A: Hi @114534489428129017235, great question!
Yes, agents within the same workspace can communicate with each other.
You can set up one agent to trigger another using the “Link to Agent” block, which allows you to hand off the conversation seamlessly between agents.
This is perfect for modular designs, like using one agent for onboarding, another for support, or segmenting flows by department or use case.
You can check out the full documentation here:
https://docs.release0.com/editor/blocks/logic/link-to-agent

Verified purchaser
For example: “Mike, ask Liam what information he found online and write a blog post about it.“ where Mike and Liam are both agents in the same workspace.
• You can link agents together using the Link to Agent block, which allows you to pass variables between them. So Agent Mike can trigger Agent Liam with input like "topic: SEO trends", and Liam can process that before handing control back.
• Agents can chain actions, pass context, fetch data via HTTP or from a database, and even write back results that