mirror of
https://github.com/domfelipe/mika-agent-assist.git
synced 2026-08-07 08:36:44 +00:00
52 lines
910 B
TOML
52 lines
910 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
|
|
|
|
[functions.oauth-start]
|
|
verify_jwt = true
|
|
|
|
[functions.oauth-callback]
|
|
verify_jwt = false
|
|
|
|
[functions.refresh-integration-token]
|
|
verify_jwt = true
|
|
|
|
[functions.disconnect-integration]
|
|
verify_jwt = true
|
|
|
|
[functions.test-integration]
|
|
verify_jwt = true
|
|
|
|
[functions.parse-cronjob-natural-language]
|
|
verify_jwt = true
|
|
|
|
[functions.provision-agent]
|
|
verify_jwt = false
|
|
|
|
[functions.railway-webhook]
|
|
verify_jwt = false
|