Integrate an agent
Once you have a working agent, you can expose it in several ways: as a ready-made chat UI, as a programmatic component you drive yourself, or from a server-side script. Choose the option that matches what you want to build. Each guide links to the matching component reference for the full API.
Visual chat experiences
Use these when you want a complete conversational interface with minimal code.
- Chatbox in an app
-
Drop the ready-made Chatbox component into any app and point it at an agent for a full chat UI.
- Chatbox in a launchpad
-
Embed the same Chatbox directly in a launchpad from the Agent tab, with no app required. The agent can also open and act inside your launchpad apps.
Programmatic and back end
Use these when you want to send requests yourself and handle the response in your own logic.
- Agent component in an app
-
Non-visual Agent component. Fire a single request (for example, on a button press) from the front end and do what you like with the result.
- Agent in a script
-
Call an agent from server-side code.