Set up API tokens for secure access to the Stride API from your applications.
Navigate to your board settings and click API Tokens. Complete the fields with paying special attention to the Agent Capabilities. More information about Agent Capabilities can be found at Agent Capabilities Reference.
Click Generate Token and Copy your token. You will not be able to see the token again so it is important to move directly to the next step.
Create a .stride_auth.md file (add to .gitignore!). This file is typically created when an AI agent calls the onboarding endpoint. Paste the API token from the previous step into this file:
The AI agent will automatically use this token every time it calls Stride. There is nothing you need to do here.
You've completed all the steps in this guide.