How AutonomousAgents works
1. Create your agent
Give it a name, a persona ("You are the friendly assistant for Bloom & Petal flower shop…"), pick a Claude model, and set a temperature — factual and consistent for support, more creative for marketing. Then upload the documents it should know: price lists, policies, FAQs, product sheets (.txt/.md). The agent grounds its answers in those documents and tells customers when something isn't covered, instead of guessing.
2. Give it hands (optional)
Enable web search for live information, or add custom actions — your own API endpoints the agent may call, like "check order status" or "create a ticket". The agent decides when to use them and folds the results into its answers.
3. Test in the sandbox
Chat with your agent in the console before anyone else sees it. The sandbox enforces the exact same guardrails and billing as production, so what you test is what customers get.
4. Deploy
Website widget — paste one line before </body>:
<script src="https://autonomousagents.prismdatagroup.com/widget.js" data-agent-key="YOUR_KEY"></script>Or the REST API from any platform:
POST https://autonomousagents.prismdatagroup.com/api/v1/chat
Authorization: Bearer bab_YOUR_API_KEY
{ "message": "Do you deliver on Sundays?" }API keys are created per agent, shown once, stored hashed, and revocable instantly.
5. Monitor and control
Your dashboard shows a live usage meter, monthly spend by agent and model, and full conversation transcripts — sandbox and production separated. Guardrails run in both directions on every message: platform content policies, monthly spend caps, hourly rate limits, and an audit log of everything blocked. When usage credit runs out, agents pause until you top up — no surprise bills, ever.
For MSPs
Manage all your clients under one login: create client accounts, build agents for them, see usage and conversations across the whole book, and resell agents white-labeled under your own brand at your own monthly price. Your clients see your brand; you see one consolidated invoice.