Creating a Bot
macOS App
- Open Inline for macOS.
- Open
Inline -> Settingsā¦(Cmd+,). - Select
Bots. - Enter
NameandUsername(must end withbot). - Click
Create Bot. - Copy the
New Token.
CLI
inline auth login
inline bots create --name "My Inline Bot" --username myinlinebot
inline bots list
inline bots reveal-token --bot-user-id <BOT_USER_ID>
Use Token in OpenClaw
channels:
inline:
enabled: true
token: "<INLINE_BOT_TOKEN>"
Continue with OpenClaw.