Get Your Embed Code
In the dashboard, open Deploy → Install and copy your embed code:Get your verification secret
In the dashboard, open Deploy → Backend Integration and copy ARGIDE_AUTH_SECRET. Use it to sign JWTs for Identity Verification.Pre-launch Checklist
Agent
- Name and instructions configured
- Tested in Sandbox
Knowledge Base
- Docs uploaded / website crawled
- Agent answers common questions correctly
Integrations (if applicable)
- OpenAPI spec uploaded
- Auth configured
- Tools enabled in Actions
Identity (if applicable)
- User attributes passed via
data-*orupdate - JWT endpoint implemented, if the agent calls your API on the user’s behalf
-
identify()called in frontend -
resetAndClearSession()called on logout
Test in Production
1
Visit your site
The widget should appear in the bottom-right corner.
2
Test as anonymous user
Ask general questions and verify the agent responds correctly.
3
Test as authenticated user
If using identity verification, log in and verify personalized responses.
4
Try common questions
Test the questions your users are most likely to ask.
5
Verify tool actions work
If using API integrations, trigger tool actions and confirm they execute correctly.
Monitor
Use the Activity dashboard to track conversations and spot issues. You can:- View live and past conversations
- See which tools are being called
- Identify common questions that need better answers
- Monitor error rates and response quality

