Teams & API keys
Personal account vs. team
Every Lune account starts with a personal team that's just you. It holds your daily allowance, your credits, and the API keys you've created. You can't delete the personal team — it's the home for your free use of Lune.
If you want to share a paid plan or coordinate research across people, create a team. From the dashboard sidebar:
- Click the team switcher at the bottom-left.
- Choose New team.
- Pick a name and click Create.
Teams have their own plan, their own credit balance, and their own member list. You can belong to as many teams as you want and switch between them from the same sidebar dropdown.
Roles inside a team
| Role | Can do |
|---|---|
| Owner | Everything — billing, plan changes, members, deleting the team. |
| Admin | Billing, plan changes, inviting and removing members. |
| Member | Use the team's plan and credits; can't change billing. |
Members of a paid team automatically share the team's allowance and credits — anyone can use Lune through the connected AI apps without worrying about who pays. Only owners and admins can change the plan or cancel.
API keys
An API key is the secret that lets an AI app, the command line, or a
script talk to your Lune account. Keys start with lune_ and are
shown to you once when you create them — copy it somewhere safe at
that moment.
Every team member can mint their own keys; we recommend one key per device or app so you can revoke just the one if a laptop is lost or sold. The dashboard's Credentials page lists your keys and lets you revoke any of them with one click.
Members see only the keys they minted themselves. Owners and admins see every key in the team — handy when someone leaves and you need to clean up.
What happens when an API key is revoked
The next call from any app using that key fails immediately. The AI app will surface a sign-in prompt or an error; create a fresh key on the Credentials page and it'll start working again.
Switching teams
Use the team switcher at the bottom-left of the dashboard to jump
between teams. The selection is remembered on this device. From the
command line, run lune teams use <slug> to switch the active team
for that terminal.