@scoopika/client
Initialize Client
To get started, you need to initialize a Client
instance that’s passed to any new agent or box instance you initialize later, and used to manage chat sessions.
Arguments
url
string
requiredThe Url to your server-side API route that uses your Scoopika Endpoint, if following the docs, it should be under the /scoopika
route. Learn more about how to setup Scoopika in your web application here.
Was this page helpful?