Q: Full page agent
Hi, I would like to make a sales bot but have it be in the center of a page and more full size. Can the embed code enable that? Thanks!

SeanP_AgenticFlowAI
May 10, 2025A: Hey there!
Great question about embedding your sales bot for a more prominent, full-page feel!
Right now, our standard embed code (the <script> tag you get from Publish settings) is designed to create a chat widget that typically sits in the corner of a webpage. It's not set up by default to expand and take over the full page or be the central element of a page.
However, here are a couple of ways you can achieve a more "full-page" or "centered" experience:
1. Custom Web Page with Iframe (Current Best Option):
You can create a very simple HTML page yourself (or have your web developer do it).
On that page, you would use an <iframe> to embed the workflow that powers your sales bot. You can get the iframe embed code for a workflow by going to your Workflow > Share > Embed.
You can then style this iframe on your custom page to take up more space, be centered, etc. This effectively gives you a dedicated page for your bot.
Note: This embeds the workflow's form-like interface, not the agent's chat widget interface directly as a full page.
2. Roadmap Feature - Direct Full-Page Agent URL/Embed:
We've had a lot of community interest (thanks to folks like you and Savio2!) in having a direct, shareable URL that opens an agent in a full-page chat window, or a more flexible iframe embed for agents that isn't just a corner widget.
This is on our public roadmap! Please add your vote and comments to these feature requests to help us prioritize them:
- Direct iframe embed for agents (could be adapted for full page): https://agenticflow.featurebase.app/p/direct-iframe-embed-for-agents
- Public URL for Full-Page Agent Chat (more specific to your need): If this isn't already a distinct ticket, please feel free to add it or I can ensure it's captured from this conversation!
3. Using the API with Your Own Frontend:
For complete control over the look and feel, you can use our API (available on all tiers) to build your own custom chat interface on a webpage and have it communicate with your AgenticFlow agent in the backend. This gives you total design freedom. Our Next.js boilerplate can be a starting point: https://github.com/PixelML/agenticflow-boilerplate
In short: The current script embed is for a widget. For a more full-page experience now, embedding a workflow via iframe on a custom page is the closest. For a dedicated full-page agent chat link or more flexible agent iframe, please vote on the roadmap as we're actively looking to build that out!
Hope this helps!
— Sean