mirror of
https://github.com/domfelipe/mika-agent-assist.git
synced 2026-08-07 07:36:41 +00:00
28 lines
503 B
TOML
28 lines
503 B
TOML
project_id = "smsarmgoirlcedmqvdgc"
|
|
|
|
[functions.payments-webhook]
|
|
verify_jwt = false
|
|
|
|
[functions.get-paddle-price]
|
|
verify_jwt = false
|
|
|
|
[functions.generate-skill-markdown]
|
|
verify_jwt = true
|
|
|
|
[functions.test-skill-dry-run]
|
|
verify_jwt = true
|
|
|
|
[functions.publish-skill-version]
|
|
verify_jwt = true
|
|
|
|
[functions.validate-telegram-bot]
|
|
verify_jwt = true
|
|
|
|
[functions.configure-telegram-webhook]
|
|
verify_jwt = true
|
|
|
|
[functions.disconnect-telegram]
|
|
verify_jwt = true
|
|
|
|
[functions.telegram-webhook]
|
|
verify_jwt = false
|