rpk ai trigger create
Create a trigger on <agent>, given as the agent id (my-agent) or its
resource name (agents/my-agent).
Exactly one kind: the --teams-* flags register a Microsoft Teams entry point,
the --cron-* flags a schedule. The kind is immutable afterwards.
The trigger id is assigned by the server unless --id names one. The full
resource name is printed on success; the other verbs take it verbatim.
Flags
| Value | Type | Description |
|---|---|---|
|
string |
schedule: message text each scheduled run sends to the agent. |
|
string |
schedule: standard 5-field cron expression, for example, "0 9 * * 1-5". |
|
string |
schedule: IANA timezone the schedule is evaluated in, for example, "Europe/Prague" (required for a cron trigger; the server never falls back to UTC). |
|
string |
longer description of what the trigger is for. |
|
string |
user-facing label shown in the UI. |
|
bool |
whether the trigger is live immediately after creation. |
|
string |
client-supplied trigger id (DNS-1123 label); server-assigned when omitted. |
|
string |
Microsoft Teams: Azure Bot Application ( |
|
string |
Microsoft Teams: secret-store key holding the bot client secret (bare UPPER_SNAKE_CASE, never the secret itself). |
|
string |
Microsoft Teams: Azure AD Directory ( |
Global flags
| Value | Type | Description |
|---|---|---|
|
string |
Redpanda or |
|
stringArray |
Override |
|
bool |
Ignore |
|
string |
|
|
bool |
Enable verbose logging. |