Glowbar · Agentic Access

Glowbar Agentic Access

x-agentic-access generated

Glowbar exposes 13 API operations that an AI agent could call, of which 0 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.

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.

CompanySkincareBeautyRetailCommerceEcommerceConsumer ServicesShopifyAgentic CommerceUniversal Commerce ProtocolMCPMemberships
Operations: 13 Acting: 0 Human-in-the-loop: 0 Method: generated

By consequence

Source

Agentic Access

glowbar-agentic-access.yml Raw ↑
generated: '2026-08-22'
method: generated
source: mcp/glowbar-mcp-tools.json + https://glowbar.com/robots.txt + https://glowbar.com/agents.md + https://glowbar.com/llms.txt
note: >-
  A recommended x-agentic-access contract, classified per MCP tool. The tool names, required
  parameters and consequence-bearing behaviours are read from the live tools/list response; the
  escalation rules restate the provider's OWN published agent policy, which it states in three
  places (robots.txt, agents.md, llms.txt). Nothing here is a policy API Evangelist invented on
  Glowbar's behalf — where the provider is silent, the field says so.
provider_stated_policy:
  agent_access_permitted: true
  sanctioned_interfaces:
  - https://glowbar.com/api/ucp/mcp
  - https://shop.app/SKILL.md
  prohibited:
  - Scripted form fills against the HTML checkout
  - Browser automation that finalizes payment
  - End-to-end agent flows that complete payment without contemporaneous human approval
  human_approval_required_for: [payment, checkout completion, order placement]
  quote: 'Checkouts are for humans. Do NOT complete checkout, payment, or order placement automatically.'
  sources:
  - url: https://glowbar.com/robots.txt
    http_status: 200
  - url: https://glowbar.com/agents.md
    http_status: 200
  - url: https://glowbar.com/llms.txt
    http_status: 200
  crawl_policy:
    robots_allow: true
    note: 'robots.txt Allow: / for User-agent: *. Public product, collection, page, blog, policy, cart and localized HTML is explicitly declared crawlable.'
identity:
  required: true
  mechanism: meta.ucp-agent.profile — a dereferenceable agent profile URI
  anonymous_discovery_permitted: true
  note: Agents must identify themselves with a fetchable profile on every call, but need no credential to discover the tool set.
operations:
- tool: search_catalog
  action_class: read
  consequence: none
  reversible: na
  token: none
  escalation: none
- tool: lookup_catalog
  action_class: read
  consequence: none
  reversible: na
  token: none
  escalation: none
- tool: get_product
  action_class: read
  consequence: none
  reversible: na
  token: none
  escalation: none
- tool: get_cart
  action_class: read
  consequence: none
  reversible: na
  token: none
  escalation: none
- tool: get_checkout
  action_class: read
  consequence: none
  reversible: na
  token: none
  escalation: none
- tool: get_order
  action_class: read
  consequence: none
  reversible: na
  token: none
  escalation: none
  note: Buyer-scoped; anonymous callers can only read orders they created in-session.
- tool: create_cart
  action_class: write
  consequence: low
  reversible: true
  reversal: cancel_cart
  token: none
  escalation: none
  rationale: Creates no financial obligation and is undone by a published tool.
- tool: update_cart
  action_class: write
  consequence: low
  reversible: true
  reversal: update_cart
  token: none
  escalation: none
- tool: cancel_cart
  action_class: write
  consequence: low
  reversible: false
  token: none
  escalation: none
  rationale: Destructive but only of a draft basket; no buyer harm.
- tool: create_checkout
  action_class: write
  consequence: medium
  reversible: true
  reversal: cancel_checkout
  token: none
  escalation: notify
  rationale: Reserves nothing and charges nothing, but begins a purchase flow the buyer should be aware of.
- tool: update_checkout
  action_class: write
  consequence: medium
  reversible: true
  reversal: update_checkout
  token: none
  escalation: notify
  note: Carries the shipping address, so it moves buyer PII.
- tool: cancel_checkout
  action_class: write
  consequence: low
  reversible: false
  token: none
  escalation: none
- tool: complete_checkout
  action_class: write
  consequence: high-financial
  reversible: false
  reversal: none-via-api
  out_of_band_remedy: 'Exchange or store credit on unopened retail product within 21 days (https://glowbar.com/policies/refund-policy)'
  token: meta.idempotency-key (required by schema)
  escalation: human-approval-required
  approval_type: explicit, contemporaneous buyer approval at the moment of payment
  rationale: >-
    The only operation that moves money and the only one with no API reversal. The provider
    mandates human approval, the schema mandates an idempotency key, and the remedy afterwards
    is a manual returns process yielding store credit rather than a refund. An agent must treat
    this as a one-way door.
  provider_stated: true
summary:
  tool_count: 13
  read: 6
  write_low: 4
  write_medium: 2
  write_high_financial: 1
  requiring_human_approval: 1
  requiring_idempotency_token: 1
  irreversible: 1

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.
All 92 tools

Call it yourself

curl for this page
Search the catalog
curl "https://apis.io/api/v1/search?q=glowbar-agentic-access&limit=10"
Everything under a tag
curl "https://apis.io/api/v1/tags/glowbar-agentic-access"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.