Creed Agentic Access
Creed exposes 207 API operations that an AI agent could call, of which 123 are state-changing ‘acting’ operations. This is a recommended x-agentic-access execution contract — the scope, audience, consequence tier, short-lived token constraints, and escalation each action should carry before it is handed to an autonomous agent.
By consequence: 84 read, 102 write, 20 physical, and 1 safety-critical.
1 operation are classed safety-critical and should require human-in-the-loop approval at runtime.
Contracts are classified heuristically from the provider’s OpenAPI and refresh on every APIs.io network build; audience is bound per deployment. The model follows Curity’s Access Intelligence (apidays Munich 2026). Browse every provider’s agent contracts at agentic-access.apis.io.
By consequence
Highest-consequence actions
The physical and safety-critical operations an agent could invoke — the ones that most warrant scoped tokens, tight TTLs, and escalation. Full per-operation contracts are in the source below.
| Method | Path | Consequence | Human-in-loop |
|---|---|---|---|
| POST | /api/live-streams/stop | safety-critical | required |
| POST | /api/churches/send-rsvp-reminders-cron | physical | conditional |
| POST | /api/friends/auto-add/{sender_id} | physical | conditional |
| POST | /api/friends/request/send/{receiver_id} | physical | conditional |
| POST | /api/friends/streaks/auto-start/{sender_id} | physical | conditional |
| POST | /api/friends/streaks/request/send/{receiver_id} | physical | conditional |
| POST | /api/friends/streaks/send-reminders-cron | physical | conditional |
| POST | /api/gamification/items/purchase | physical | conditional |
| POST | /api/group-chat/provision | physical | conditional |
| POST | /api/live-activity/send-call-nudge-cron | physical | conditional |
| POST | /api/scheduled-notifications/admin/daily-devotional-daily/debug/send-broadcast | physical | conditional |
| POST | /api/scheduled-notifications/admin/prayer-wall-daily/debug/send-broadcast | physical | conditional |
| POST | /api/scheduled-notifications/admin/resend/debug/create-contact | physical | conditional |
| POST | /api/scheduled-notifications/admin/send-daily-devotional-daily | physical | conditional |
| POST | /api/scheduled-notifications/admin/send-due | physical | conditional |
| POST | /api/scheduled-notifications/admin/send-prayer-wall-daily | physical | conditional |
| POST | /api/sponsorship/guardian/preferences | physical | conditional |
| POST | /api/sponsorship/pool/assign | physical | conditional |
| POST | /api/sponsorship/pool/join | physical | conditional |
| POST | /api/sponsorship/pool/leave | physical | conditional |
| POST | /api/streaks/send-reminders-cron | physical | conditional |
Source
Agentic Access
generated: '2026-07-18'
method: generated
source: openapi/creed-openapi-original.json
description: Recommended x-agentic-access execution contracts, classified heuristically from
the OpenAPI. A governance starting point for exposing this API to AI agents — review and bind
audience per deployment. See research/curity/agentic-governance/.
summary:
operations: 207
by_action_class:
connected: 84
acting: 123
by_consequence:
read: 84
write: 102
physical: 20
safety-critical: 1
human_in_the_loop_required: 1
operations:
- path: /
method: get
operationId: hello_world__get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /health
method: get
operationId: health_check_health_get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /health/chat-model
method: get
operationId: check_chat_model_health_health_chat_model_get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /api/bible-progress/append
method: post
operationId: append_bible_progress_api_bible_progress_append_post
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/bible-progress
method: get
operationId: get_bible_progress_api_bible_progress_get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /api/chatbot
method: post
operationId: chatbot_endpoint_api_chatbot_post
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/chats
method: get
operationId: get_user_chats_api_chats_get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /api/chats/{chat_id}/messages
method: get
operationId: get_chat_messages_api_chats__chat_id__messages_get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /api/auth/test
method: get
operationId: test_auth_api_auth_test_get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /api/public/test
method: get
operationId: test_public_api_public_test_get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /api/chat/suggestions
method: get
operationId: get_chat_suggestions_api_chat_suggestions_get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /api/chatbot/compact
method: post
operationId: compact_conversation_api_chatbot_compact_post
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/seo/biblical-chat
method: post
operationId: seo_biblical_chat_endpoint_api_seo_biblical_chat_post
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /sanctum/api/chatbot
method: post
operationId: chatbot_endpoint_sanctum_api_chatbot_post
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /sanctum/api/chats
method: get
operationId: get_user_chats_sanctum_api_chats_get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /sanctum/api/chats/{chat_id}/messages
method: get
operationId: get_chat_messages_sanctum_api_chats__chat_id__messages_get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /sanctum/api/chat/suggestions
method: get
operationId: get_chat_suggestions_sanctum_api_chat_suggestions_get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /sanctum/api/chatbot/compact
method: post
operationId: compact_conversation_sanctum_api_chatbot_compact_post
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/livekit/create
method: post
operationId: create_room_with_metadata_api_livekit_create_post
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/daily-prayer
method: post
operationId: generate_daily_prayer_api_daily_prayer_post
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/daily-prayer/audio
method: get
operationId: get_daily_prayer_audio_api_daily_prayer_audio_get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /api/prayer-library/{topic}
method: get
operationId: get_library_prayer_api_prayer_library__topic__get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /api/tts
method: post
operationId: text_to_speech_api_tts_post
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/tts.mp3
method: get
operationId: text_to_speech_streaming_api_tts_mp3_get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /api/daily-devotional
method: get
operationId: get_daily_devotionals_api_daily_devotional_get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /api/daily-quests
method: get
operationId: get_daily_quests_api_daily_quests_get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /api/daily-quests/discord-joined
method: post
operationId: mark_discord_joined_api_daily_quests_discord_joined_post
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/daily-quests/verse-interacted
method: post
operationId: mark_verse_interacted_api_daily_quests_verse_interacted_post
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/daily-quests/prompt-completed
method: post
operationId: mark_prompt_completed_api_daily_quests_prompt_completed_post
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/daily-quests/devotional-interacted
method: post
operationId: mark_devotional_interacted_api_daily_quests_devotional_interacted_post
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/daily-quests/prayer-wall-opened
method: post
operationId: mark_prayer_wall_opened_api_daily_quests_prayer_wall_opened_post
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/daily-quests/widget-tutorial-completed
method: post
operationId: mark_widget_tutorial_completed_api_daily_quests_widget_tutorial_completed_post
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/daily-quests/prayer-reminder-completed
method: post
operationId: mark_prayer_reminder_completed_api_daily_quests_prayer_reminder_completed_post
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/daily-quests/customize-completed
method: post
operationId: mark_customize_completed_api_daily_quests_customize_completed_post
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/daily-quests/share-creed-completed
method: post
operationId: mark_share_creed_completed_api_daily_quests_share_creed_completed_post
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/daily-quests/sponsor-completed
method: post
operationId: mark_sponsor_completed_api_daily_quests_sponsor_completed_post
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/daily-quests/add-church-completed
method: post
operationId: mark_add_church_completed_api_daily_quests_add_church_completed_post
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/daily-quests/start-friend-streak-completed
method: post
operationId: mark_start_friend_streak_completed_api_daily_quests_start_friend_streak_completed_post
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/daily-quests/faith-lock-completed
method: post
operationId: mark_faith_lock_completed_api_daily_quests_faith_lock_completed_post
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/daily-quests/artist-of-the-week-completed
method: post
operationId: mark_artist_of_the_week_completed_api_daily_quests_artist_of_the_week_completed_post
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/daily-quests/commit-to-mass-completed
method: post
operationId: mark_commit_to_mass_completed_api_daily_quests_commit_to_mass_completed_post
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/daily-quests/{quest_key}/claim
method: post
operationId: claim_quest_reward_api_daily_quests__quest_key__claim_post
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/daily-quests/prompts
method: get
operationId: get_daily_prompts_api_daily_quests_prompts_get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /api/auth/link
method: post
operationId: link_oauth_api_auth_link_post
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/daily-gratitudes-journal
method: get
operationId: get_daily_gratitudes_api_daily_gratitudes_journal_get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /api/daily-gratitude
method: post
operationId: add_daily_gratitude_api_daily_gratitude_post
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/daily-gratitude/{gratitude_id}
method: patch
operationId: update_daily_gratitude_api_daily_gratitude__gratitude_id__patch
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/daily-gratitude/{gratitude_id}
method: delete
operationId: delete_daily_gratitude_api_daily_gratitude__gratitude_id__delete
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/daily-gratitude/recent/{user_id}
method: get
operationId: get_user_recent_gratitude_api_daily_gratitude_recent__user_id__get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /api/daily-gratitude/recent/{user_id}/list
method: get
operationId: get_user_recent_gratitudes_list_api_daily_gratitude_recent__user_id__list_get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /api/prayer-journals
method: get
operationId: get_prayer_journals_api_prayer_journals_get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /api/prayer-journal
method: post
operationId: add_prayer_journal_api_prayer_journal_post
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/prayer-journal/{prayer_journal_id}
method: delete
operationId: delete_prayer_journal_api_prayer_journal__prayer_journal_id__delete
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/learning-plans/catalog
method: get
operationId: list_catalog_api_learning_plans_catalog_get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /api/learning-plans/instances
method: get
operationId: list_instances_api_learning_plans_instances_get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /api/learning-plans/instances
method: post
operationId: create_instance_api_learning_plans_instances_post
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/learning-plans/instances/{instance_id}/segments
method: post
operationId: mark_segment_complete_api_learning_plans_instances__instance_id__segments_post
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/journal
method: get
operationId: get_journal_api_journal_get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /api/prayer-wall
method: post
operationId: submit_prayer_api_prayer_wall_post
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/prayer-wall
method: get
operationId: get_current_prayers_api_prayer_wall_get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /api/prayer-wall/{prayer_id}/approve
method: post
operationId: approve_prayer_api_prayer_wall__prayer_id__approve_post
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/prayer-wall/{prayer_id}/reject
method: post
operationId: reject_prayer_api_prayer_wall__prayer_id__reject_post
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/prayer-wall/expire-cron
method: post
operationId: expire_prayers_cron_api_prayer_wall_expire_cron_post
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/prayer-wall/generate-bot-cron
method: post
operationId: generate_bot_prayers_cron_api_prayer_wall_generate_bot_cron_post
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/prayer-wall-paginated
method: get
operationId: get_prayers_paginated_api_prayer_wall_paginated_get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /api/prayer-wall/me
method: get
operationId: get_my_prayers_api_prayer_wall_me_get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /api/prayer-wall/upcoming-count
method: get
operationId: get_upcoming_count_api_prayer_wall_upcoming_count_get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /api/prayer-wall/praying-count
method: get
operationId: get_praying_count_api_prayer_wall_praying_count_get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /api/prayer-wall/{prayer_id}
method: get
operationId: get_prayer_by_id_api_prayer_wall__prayer_id__get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /api/prayer-wall/{prayer_id}/comments
method: post
operationId: submit_comment_api_prayer_wall__prayer_id__comments_post
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/prayer-wall/{prayer_id}/comments
method: get
operationId: get_prayer_comments_api_prayer_wall__prayer_id__comments_get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /api/generate-image
method: post
operationId: generate_image_api_generate_image_post
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/streaks
method: get
operationId: get_streaks_api_streaks_get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /api/streaks/extend
method: post
operationId: update_oneoff_event_api_streaks_extend_post
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/streaks/send-reminders-cron
method: post
operationId: send_streak_reminders_cron_api_streaks_send_reminders_cron_post
x-agentic-access:
action-class: acting
consequence: physical
subject: required
audience: null
token:
max-ttl: 300
exchange: true
purpose-required: true
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/verses/save
method: post
operationId: save_verse_api_verses_save_post
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/verses
method: get
operationId: get_saved_verses_api_verses_get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /api/verses
method: delete
operationId: delete_saved_verse_api_verses_delete
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/scheduled-notifications/admin/schedule-daily
method: post
operationId: schedule_daily_notifications_api_scheduled_notifications_admin_schedule_daily_post
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/scheduled-notifications/admin/send-due
method: post
operationId: send_due_notifications_api_scheduled_notifications_admin_send_due_post
x-agentic-access:
action-class: acting
consequence: physical
subject: required
audience: null
token:
max-ttl: 300
exchange: true
purpose-required: true
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/scheduled-notifications/admin/generate-content
method: post
operationId: generate_content_api_scheduled_notifications_admin_generate_content_post
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/scheduled-notifications/admin/send-prayer-wall-daily
method: post
operationId: send_prayer_wall_daily_api_scheduled_notifications_admin_send_prayer_wall_daily_post
x-agentic-access:
action-class: acting
consequence: physical
subject: required
audience: null
token:
max-ttl: 300
exchange: true
purpose-required: true
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/scheduled-notifications/admin/send-daily-devotional-daily
method: post
operationId: send_daily_devotional_daily_api_scheduled_notifications_admin_send_daily_devotional_daily_post
x-agentic-access:
action-class: acting
consequence: physical
subject: required
audience: null
token:
max-ttl: 300
exchange: true
purpose-required: true
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/scheduled-notifications/admin/sync-signup-audience
method: post
operationId: sync_signup_audience_api_scheduled_notifications_admin_sync_signup_audience_post
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/scheduled-notifications/admin/prayer-wall-daily/debug/selected-prayer
method: get
operationId: debug_selected_prayer_api_scheduled_notifications_admin_prayer_wall_daily_debug_selected_prayer_get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /api/scheduled-notifications/admin/resend/debug/create-contact
method: post
operationId: debug_resend_create_contact_api_scheduled_notifications_admin_resend_debug_create_contact_post
x-agentic-access:
action-class: acting
consequence: physical
subject: required
audience: null
token:
max-ttl: 300
exchange: true
purpose-required: true
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/scheduled-notifications/admin/prayer-wall-daily/debug/preview-broadcast
method: post
operationId: debug_preview_broadcast_api_scheduled_notifications_admin_prayer_wall_daily_debug_preview_broadcast_post
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/scheduled-notifications/admin/prayer-wall-daily/debug/send-broadcast
method: post
operationId: debug_send_broadcast_api_scheduled_notifications_admin_prayer_wall_daily_debug_send_broadcast_post
x-agentic-access:
action-class: acting
consequence: physical
subject: required
audience: null
token:
max-ttl: 300
exchange: true
purpose-required: true
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/scheduled-notifications/admin/daily-devotional-daily/debug/preview-broadcast
method: post
operationId: debug_preview_daily_devotional_broadcast_api_scheduled_notifications_admin_daily_devotional_daily_debug_preview_broadcast_post
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/scheduled-notifications/admin/daily-devotional-daily/debug/send-broadcast
method: post
operationId: debug_send_daily_devotional_broadcast_api_scheduled_notifications_admin_daily_devotional_daily_debug_send_broadcast_post
x-agentic-access:
action-class: acting
consequence: physical
subject: required
audience: null
token:
max-ttl: 300
exchange: true
purpose-required: true
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/scheduled-notifications/admin/test
method: post
operationId: test_notification_api_scheduled_notifications_admin_test_post
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/scheduled-notifications/admin/test-live-activity
method: post
operationId: test_live_activity_api_scheduled_notifications_admin_test_live_activity_post
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/cron-tasks/admin/schedule-daily
method: post
operationId: schedule_daily_cron_tasks_api_cron_tasks_admin_schedule_daily_post
x-agentic-access:
# --- truncated at 32 KB (69 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/creed/refs/heads/main/agentic-access/creed-agentic-access.yml
Work with this as data
Every access contract here is available over the APIs.io API and to AI agents over MCP. Agentic Access is not yet its own endpoint on the v1 API. Reach it through catalog search and the tag graph, or the MCP server.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for agentic access
3 MCP tools reach this
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/search?q=creed-agentic-access&limit=10"
curl "https://apis.io/api/v1/tags/creed-agentic-access"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.