| title | Quickstart: Copilot Cloud |
|---|---|
| description | Using Copilot Cloud |
-
Sign up for Copilot Cloud, and then sign in.
-
After signup, follow the on-screen Copilot Cloud onboarding to configure your cloud, e.g. by providing the OpenAI API Key to be used by Copilot Cloud.
-
Lastly, copy your Copilot Cloud Public API Key.
Copilot Cloud offers a hosted version of the Copilot Runtime.
Simply point your CopilotKit wrapper at your Copilot Cloud instance using your Copilot Cloud public API key:
(for more detail about the CopilotKit wrapper, see Quickstart-Chatbot or Quickstart-Textarea)
<CopilotKit publicApiKey="Your Copilot Cloud API key">
<YourApp/>
</CopilotKit>
You can now make use of any feature whose name in the SDK is prefixed by cloud.
You don't need any extra setup, those features just work when Copilot Cloud is used.
e.g. see cloudRestrictToTopic - to keep the chatbot narrowly focused on a specific purpose (or disallow certain topics)
(see CopilotKit props).
