StockTwits · Agentic Access

StockTwits Agentic Access

x-agentic-access generated

StockTwits exposes 31 API operations that an AI agent could call, of which 11 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: 20 read, 9 write, and 2 physical.

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.

CompanyFintechSocialStocksTradingInvestingMarket DataSocial FinanceWatchlistsMessaging
Operations: 31 Acting: 11 Human-in-the-loop: 0 Method: generated

By consequence

read 20 write 9 physical 2

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.

MethodPathConsequenceHuman-in-loop
POST /friendships/create/{user_id}.json physical conditional
POST /friendships/destroy/{user_id}.json physical conditional

Source

Agentic Access

Raw ↑
generated: '2026-07-21'
method: generated
source: openapi/stocktwits-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: 31
  by_action_class:
    connected: 20
    acting: 11
  by_consequence:
    read: 20
    write: 9
    physical: 2
  human_in_the_loop_required: 0
operations:
- path: /streams/symbol/{symbol}.json
  method: get
  operationId: getSymbolStream
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /streams/user/{user_id}.json
  method: get
  operationId: getUserStream
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /streams/home.json
  method: get
  operationId: getHomeStream
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /streams/friends.json
  method: get
  operationId: getFriendsStream
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /streams/trending.json
  method: get
  operationId: getTrendingStream
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /streams/all.json
  method: get
  operationId: getAllStream
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /streams/watchlist/{watchlist_id}.json
  method: get
  operationId: getWatchlistStream
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /messages/show/{message_id}.json
  method: get
  operationId: getMessage
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /messages/create.json
  method: post
  operationId: createMessage
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - publish_messages
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /messages/like.json
  method: post
  operationId: likeMessage
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - publish_messages
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /messages/unlike.json
  method: post
  operationId: unlikeMessage
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - publish_messages
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /search.json
  method: get
  operationId: search
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /search/symbols.json
  method: get
  operationId: searchSymbols
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /search/users.json
  method: get
  operationId: searchUsers
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /trending/symbols.json
  method: get
  operationId: getTrendingSymbols
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /trending/symbols/equities.json
  method: get
  operationId: getTrendingEquities
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /graph/user/{user_id}/following.json
  method: get
  operationId: getUserFollowing
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /graph/user/{user_id}/followers.json
  method: get
  operationId: getUserFollowers
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /friendships/create/{user_id}.json
  method: post
  operationId: followUser
  x-agentic-access:
    action-class: acting
    consequence: physical
    subject: required
    scope:
    - follow_users
    audience: null
    token:
      max-ttl: 300
      exchange: true
      purpose-required: true
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /friendships/destroy/{user_id}.json
  method: post
  operationId: unfollowUser
  x-agentic-access:
    action-class: acting
    consequence: physical
    subject: required
    scope:
    - follow_users
    audience: null
    token:
      max-ttl: 300
      exchange: true
      purpose-required: true
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /watchlists.json
  method: get
  operationId: getWatchlists
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - watchlists
    token:
      max-ttl: 3600
    audit: none
- path: /watchlists/create.json
  method: post
  operationId: createWatchlist
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - watchlists
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /watchlists/update/{watchlist_id}.json
  method: post
  operationId: updateWatchlist
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - watchlists
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /watchlists/destroy/{watchlist_id}.json
  method: post
  operationId: deleteWatchlist
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - watchlists
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /watchlists/{watchlist_id}/symbols/create.json
  method: post
  operationId: addSymbolToWatchlist
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - watchlists
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /watchlists/{watchlist_id}/symbols/destroy.json
  method: post
  operationId: removeSymbolFromWatchlist
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - watchlists
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /watchlists/show/{watchlist_id}.json
  method: get
  operationId: getWatchlist
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - watchlists
    token:
      max-ttl: 3600
    audit: none
- path: /account/verify.json
  method: get
  operationId: verifyAccount
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /account/update.json
  method: post
  operationId: updateAccount
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - publish_messages
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /deletions/messages.json
  method: get
  operationId: getDeletedMessages
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /deletions/users.json
  method: get
  operationId: getDeletedUsers
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none