Getting Started
Welcome to Lenno! This guide will walk you through creating your first AI agent in just a few minutes.
1. Sign Up
Head to the Lenno homepage and enter your email address to receive a magic link. Click the link in your inbox and you will be signed in immediately – no passwords to remember.
Once signed in, you will be asked to create or join an organization. Organizations are how teams share agents, billing, and settings.
2. Create Your First Agent
From the Agents page, click New Agent and fill in the basics:
- Name – Give your agent a memorable identity (e.g., “Support Bot”, “Research Assistant”)
- Personality – Describe how your agent should behave, its tone, expertise, and style. This is the single most important field – it shapes every response your agent generates.
- Plan – Choose a plan tier (Starter, Builder, Pro, or Max) based on the compute resources and features you need.
Click Create and your agent is live.
3. Set Up an AI Provider
Lenno uses a Bring Your Own Key (BYOK) model. You connect your own API keys from AI providers like Anthropic, OpenAI, or Mistral. This means you keep full control over costs and usage.
To add a provider:
- Go to your agent’s Provider tab
- Select a provider (e.g., Anthropic Claude)
- Enter your API key
-
Choose a model (e.g.,
claude-sonnet-4-20250514) - Click Save
See the detailed Provider Setup Guides for step-by-step instructions per provider.
4. Connect a Channel
Channels are how users talk to your agent. The simplest to set up is Telegram:
- Open Telegram and message @BotFather
-
Send
/newbotand follow the prompts to create a bot - Copy the bot token BotFather gives you
- In Lenno, go to your agent’s Channels tab
- Click Add Channel and select Telegram
- Paste the token and save
Your agent is now live on Telegram. Send it a message and watch it respond!
See Channel Setup Guides for Slack, Discord, email, and more.
5. Your First Conversation
Send a message to your agent through the channel you connected. The agent will:
- Receive the message through the channel
- Process it using your configured AI provider
- Apply any guardrails you have set
- Send a response back through the same channel
You can also chat with your agent directly in the Lenno web interface using the Chat tab.
6. Next Steps
Now that your agent is running, explore these features:
- Skills – Give your agent specialized abilities
- Schedules – Set up recurring tasks with cron expressions
- Memory – Enable persistent memory across conversations
- Guardrails – Define safety boundaries for your agent
- Secrets – Store sensitive values your agent needs
- Slash Commands – Control your agent via chat commands