KonbiniAPI · Agentic Access

KonbiniAPI Agentic Access

x-agentic-access generated

KonbiniAPI exposes 67 API operations that an AI agent could call, of which 3 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: 64 read and 3 write.

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.

Social-MediaInstagramTikTokXRedditLinkedInActivityStreams 2.0ScrapingData ExtractionPublic DataInfluencer MarketingSocial ListeningCreator ToolsMCPAgent SkillsAgents
Operations: 67 Acting: 3 Human-in-the-loop: 0 Method: generated

By consequence

read 64 write 3

Source

Agentic Access

Raw ↑
generated: '2026-08-13'
method: generated
source: openapi/konbiniapi-instagram-api-openapi.yml, openapi/konbiniapi-linkedin-api-openapi.yml,
  openapi/konbiniapi-reddit-api-openapi.yml, openapi/konbiniapi-tiktok-api-openapi.yml, openapi/konbiniapi-x-api-openapi.yml
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: 67
  by_action_class:
    connected: 64
    acting: 3
  by_consequence:
    read: 64
    write: 3
  human_in_the_loop_required: 0
operations:
- path: /v1/instagram/users/{username}
  method: get
  operationId: instagramGetUser
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/instagram/users/{username}/posts
  method: get
  operationId: instagramGetUserPosts
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/instagram/users/{username}/reels
  method: get
  operationId: instagramGetUserReels
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/instagram/users/{username}/tagged
  method: get
  operationId: instagramGetUserTagged
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/instagram/users/{username}/highlights
  method: get
  operationId: instagramGetUserHighlights
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/instagram/posts/{postId}
  method: get
  operationId: instagramGetPost
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/instagram/posts/{postId}/comments
  method: get
  operationId: instagramGetPostComments
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/instagram/search
  method: get
  operationId: instagramSearchMedia
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/instagram/locations/{locationId}
  method: get
  operationId: instagramGetLocationPosts
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/instagram/highlights/{highlightId}
  method: get
  operationId: instagramGetHighlightStories
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/linkedin/users/{username}
  method: get
  operationId: linkedinGetUser
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/linkedin/users/{username}/articles
  method: get
  operationId: linkedinGetUserArticles
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/linkedin/users/{username}/posts
  method: get
  operationId: linkedinGetUserPosts
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/linkedin/companies/{company}
  method: get
  operationId: linkedinGetCompany
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/linkedin/companies/{company}/posts
  method: get
  operationId: linkedinGetCompanyPosts
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/linkedin/posts/{postId}
  method: get
  operationId: linkedinGetPost
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/linkedin/posts/{postId}/transcript
  method: get
  operationId: linkedinGetPostTranscript
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/reddit/users/{username}
  method: get
  operationId: redditGetUser
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/reddit/users/{username}/posts
  method: get
  operationId: redditGetUserPosts
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/reddit/users/{username}/comments
  method: get
  operationId: redditGetUserComments
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/reddit/users/{username}/overview
  method: get
  operationId: redditGetUserOverview
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/reddit/subreddits/{subreddit}
  method: get
  operationId: redditGetSubreddit
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/reddit/subreddits/{subreddit}/posts
  method: get
  operationId: redditGetSubredditPosts
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/reddit/subreddits/{subreddit}/comments
  method: get
  operationId: redditGetSubredditComments
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/reddit/subreddits/{subreddit}/sticky
  method: get
  operationId: redditGetSubredditSticky
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/reddit/subreddits/{subreddit}/rules
  method: get
  operationId: redditGetSubredditRules
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/reddit/subreddits/{subreddit}/search
  method: get
  operationId: redditSearchSubredditPosts
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/reddit/subreddits/batch
  method: post
  operationId: redditGetSubredditsBatch
  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: /v1/reddit/posts/{postId}
  method: get
  operationId: redditGetPost
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/reddit/posts/{postId}/duplicates
  method: get
  operationId: redditGetPostDuplicates
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/reddit/posts/{postId}/comments
  method: get
  operationId: redditGetPostComments
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/reddit/posts/{postId}/comments/{commentId}
  method: get
  operationId: redditGetComment
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/reddit/posts/{postId}/comments/{commentId}/replies
  method: get
  operationId: redditGetCommentReplies
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/reddit/posts/batch
  method: post
  operationId: redditGetPostsBatch
  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: /v1/reddit/comments/batch
  method: post
  operationId: redditGetCommentsBatch
  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: /v1/reddit/feeds/{feed}
  method: get
  operationId: redditGetFeed
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/reddit/search/posts
  method: get
  operationId: redditSearchPosts
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/reddit/search/users
  method: get
  operationId: redditSearchUsers
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/reddit/search/subreddits
  method: get
  operationId: redditSearchSubreddits
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/tiktok/users/{username}
  method: get
  operationId: tiktokGetUser
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/tiktok/users/{username}/videos
  method: get
  operationId: tiktokGetUserVideos
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/tiktok/users/{username}/likes
  method: get
  operationId: tiktokGetUserLikes
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/tiktok/users/{username}/reposts
  method: get
  operationId: tiktokGetUserReposts
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/tiktok/users/{username}/collections
  method: get
  operationId: tiktokGetUserCollections
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/tiktok/users/{username}/stories
  method: get
  operationId: tiktokGetUserStories
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/tiktok/users/{username}/following
  method: get
  operationId: tiktokGetUserFollowing
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/tiktok/users/{username}/followers
  method: get
  operationId: tiktokGetUserFollowers
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/tiktok/users/{username}/live
  method: get
  operationId: tiktokGetUserLive
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/tiktok/videos/{videoId}
  method: get
  operationId: tiktokGetVideo
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/tiktok/videos/{videoId}/download
  method: get
  operationId: tiktokGetVideoDownloadUrl
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/tiktok/videos/{videoId}/comments
  method: get
  operationId: tiktokGetVideoComments
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/tiktok/videos/{videoId}/comments/{commentId}/replies
  method: get
  operationId: tiktokGetCommentReplies
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/tiktok/videos/{videoId}/transcripts/{language}
  method: get
  operationId: tiktokGetVideoTranscript
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/tiktok/tags/{tagName}
  method: get
  operationId: tiktokGetTagVideos
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/tiktok/collections/{collectionId}
  method: get
  operationId: tiktokGetCollectionVideos
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/tiktok/audios/{audioId}
  method: get
  operationId: tiktokGetAudio
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/tiktok/audios/{audioId}/videos
  method: get
  operationId: tiktokGetAudioVideos
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/tiktok/search
  method: get
  operationId: tiktokSearchContent
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/tiktok/search/users
  method: get
  operationId: tiktokSearchUsers
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/tiktok/search/videos
  method: get
  operationId: tiktokSearchVideos
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/x/users/{username}
  method: get
  operationId: xGetUser
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/x/users/{username}/posts
  method: get
  operationId: xGetUserPosts
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/x/users/{username}/highlights
  method: get
  operationId: xGetUserHighlights
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/x/posts/{postId}
  method: get
  operationId: xGetPost
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/x/communities/{communityId}
  method: get
  operationId: xGetCommunity
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/x/communities/{communityId}/posts
  method: get
  operationId: xGetCommunityPosts
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/x/communities/{communityId}/media
  method: get
  operationId: xGetCommunityMedia
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none