Select an endpoint and fill in the parameters, then click "Generate
Request"
Bot Commands Generator
Generate ready-to-use commands for your Twitch chat bot
Enter the command name (e.g., !rank, !mmr, !stats) - this is what users will type in
chat
API URL is fixed for security and consistency
Rank-related endpoints use !rank, others use endpoint name (e.g.,
!lastmatch, !winlose)
Generated Bot Command
Select a bot and endpoint to generate a command
Add Command to your channel chat:
--
Copy this command and paste it directly into your bot's chat to add the command
Usage:
--
Setup Instructions:
Method 1 - Quick Setup (Recommended):
Copy the Setup Command from the second box
Paste it directly into your stream chat
Your bot will instantly create the command - Done! ✅
Method 2 - Manual Setup:
Copy the Bot Command from the first box
Go to your bot's dashboard/command editor
Create a new command with your chosen name (e.g., !rank)
Paste the Bot Command as the response
Save the command
Share with viewers: Tell them to use the command name you chose (e.g.,
!rank)
Test it: Type the command in your chat to verify it works!
Smart Feature: When you generate commands after testing an API endpoint,
the command will be completely hardcoded with your exact form input values. For example:
$(urlfetch https://api.kyroskoh.xyz/valorant/v1/mmr/eu/Superpink95/Pink?display=1)
This creates a ready-to-use command that requires no parameters when used in chat.
Rank-related endpoints use !rank as the command name.