OpenAI
Use models like GPT-4o. You’ll need an API key from platform.openai.com.
You’ve got Selu installed and the dashboard is open. Let’s get your first agent up and running. This guide takes about five minutes.
When you first open the Selu dashboard, you’ll be prompted to create an admin account. Pick a username and password — this is stored locally on your machine, not sent anywhere.
Once logged in, you’ll land on the Home screen. It’ll look a bit empty right now. That’s about to change.
Agents need a language model to think and respond. Selu doesn’t come with one built in — you bring your own.
OpenAI
Use models like GPT-4o. You’ll need an API key from platform.openai.com.
Anthropic
Use models like Claude. Grab an API key from console.anthropic.com.
Local models
Run models on your own hardware with Ollama. No API key needed — just point Selu at your Ollama instance.
Now that Selu has a language model to work with, let’s give it a job.
The agent should appear on your Home screen within a few seconds.
Your agent should respond within a few seconds, introducing itself and explaining what it can do. Congratulations — you have a working AI agent running on your own infrastructure.
Here’s what went on behind the scenes when you sent that message:
No third party saw your conversation (beyond the LLM provider, if you’re using a cloud-based model). Everything else stayed on your machine.
Now that you’re set up, here are some things to explore:
Connect a channel
Go to Settings → Channels and connect Telegram or iMessage, so you can chat with your agent from your phone.
Explore capabilities
Check out Agents → [Your Agent] → Capabilities to see what tools your agent has access to, and toggle them on or off.
Install more agents
Head back to the Marketplace and try a specialized agent — a writing assistant, research helper, or task planner.
Want to understand more about how conversations work and what your agent is actually doing? Continue to Your First Conversation.