Getting Started
Set up credentials and deploy your first Botyard bot.
This guide takes you from a new Botyard organization to a running bot with an LLM provider credential attached.
1. Create your organization
Sign in to app.botyard.io. If this is your first time using Botyard, create an organization when prompted. Your organization owns the bots, credentials, MCP servers, and API keys you create.
2. Add provider credentials
Bots need a model provider before they can answer with an LLM. You can either bring your own provider API key or use an account-backed provider when available.
- Open Credentials in the dashboard.
- Choose the provider you want to use.
- Paste the required secret or complete the provider connection flow.
- Save the credential with a recognizable label.
Credential secret values are stored as encrypted runtime secrets. After creation, Botyard shows only safe metadata such as the label, provider, and masked key prefix.
3. Deploy your first bot
- Open Bots and choose Deploy bot.
- Give the bot a name and pick a starter template.
- Select the provider credential and model the bot should use.
- Review the configuration, then deploy.
Botyard provisions the bot into the cluster and shows its status in the dashboard. Once the bot is running, open it from the bot detail page and send a test message.
4. Next steps
- Host apps with Botyard when your bot creates a local web app you want to share with your team.
- MCP setup templates when your bot needs extra tools from MCP servers.
- API Authentication when you want to call the Botyard API from your own automation.