---
search:
  tags:
    - Chat bot
    - POST
seo:
  description: >-
    name is the trigger without the ! prefix; the bot's built-in triggers are…
    Reference for the POST /commands endpoint in the TipPage Developer API API.
sidebar:
  badge: POST
  label: Create a command
title: Create a command
type: openapi-operation
---
`name` is the trigger without the `!` prefix; the bot's built-in triggers are reserved. Responses support the same template variables as the dashboard's Chat bot page - `{user}`, `{touser}`, `{args}`, `{arg:N}`, `{pick:a|b|c}`, `{random:1-100}`, `{list:name}`, `{if:...}`, `{repeat:N|...}`, `{uptime}`, `{ai:...}` and more, and variables nest (full reference: https://docs.tippage.com/chat-bot/variables). Response lists themselves are managed in the dashboard. Requires `commands:manage`.

<Operation source="api-reference" id="createcustomcommand" />
