Documentation
Everything you need to run — or build on — Scode AI.
Two guides. The first is for whoever owns the assistant and wants it answering well. The second is for developers connecting an existing product so the assistant can act for a specific signed-in user.
Owner's guide
Get live in minutes, build knowledge that produces good answers, test before you launch, switch on AI Actions, and understand plans and credits.
For developersConnect your platform
Let the assistant act as this signed-in user — read their account, book for them, change their data — without ever exposing a real credential to the model. Full code, security model, testing, reference.
Worked exampleBuild it end to end
One concrete app, start to finish — the operations to expose, the order to build in, the real Arabic questions it answers, and the failure modes to expect.
For developers & agenciesSet up by AI assistant
Point your own AI assistant at Scode with one scoped key and have it build the knowledge base, wire actions, and test its own work. What the key can and can't do, and why it's safe.
Which one do I need?
| You want to… | Read |
|---|---|
| Put a chat bubble on your site and have it answer questions | Owner's guide |
| Improve answers, fix a wrong one permanently, see what customers ask | Owner's guide → Testing |
| Capture a lead, look up an order, call your own system | Owner's guide → AI Actions |
| Answer "what's my balance?" for a logged-in user of your app | Connect your platform |
| Let the assistant book, cancel, or change something on a user's account | Connect your platform |
| Configure the whole bot by talking to your own AI assistant | Set up by assistant |
A normal AI Action calls your system. An integration built with the identity hand-off calls your system as a particular user — which is what makes "reschedule my session" possible, and what makes the security model in the second guide necessary.