Website AI chat
Connect a website chat widget to SIMCOAI knowledge, memory and support capture.
Every plan includes secure API access for website live chat, support intake and approved business workflows using the same SIMCOAI knowledge and controls.
Customer asks on website
SIMCOAI checks business context
Answer, capture or escalate
The API is for companies that want SIMCOAI outside the dashboard: live chat widgets, customer support forms, internal tools and workflow triggers.
Connect a website chat widget to SIMCOAI knowledge, memory and support capture.
Turn website questions into conversation logs, bookings, refund requests or escalations.
Use approved services, FAQs, policies and operating rules as the source of truth.
Keys are designed to stay scoped to the business that generated them.
API access follows the same plan limits and permissions as dashboard workflows.
Requests should be attributable to a key, account, endpoint, IP and outcome.
Website code should call your own backend or a protected SIMCOAI widget endpoint. Secret keys must never be exposed in browser JavaScript.
Authorization: Bearer sk_simco_live_...
Content-Type: application/json
{
"channel": "website",
"visitor": {
"email": "customer@example.com"
},
"message": "Do you have appointments today?"
}Each business should be able to create separate keys for website chat, internal tools and server integrations. Compromised keys can be revoked without disrupting the rest of the account.
The API can power a lightweight chat experience that uses the same SIMCOAI business profile, approved knowledge and escalation rules as the dashboard.
Your website collects the question and passes it to SIMCOAI through a protected integration.
The response is grounded in business knowledge, policies, memory and enabled permissions.
The backend decides whether the API key, plan and account can create the requested outcome.
Conversations, escalations and support records remain visible inside the SIMCOAI account.
Every plan gets API access subject to plan usage limits.
Keys belong to one business account and permitted capabilities.
Usage should be rate-limited, logged and revocable.
Use SIMCOAI for live chat, support capture and controlled business workflows.