Source Beauty · Agentic Access

Source Beauty Agentic Access

x-agentic-access searched

Source Beauty exposes 5 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.

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.

CompanyBeautyCosmeticsE-commerceRetailMarketplaceWellnessEgyptSkincareConsumer
Operations: 5 Acting: 0 Human-in-the-loop: 1 Method: searched

By consequence

Source

Agentic Access

source-beauty-agentic-access.yml Raw ↑
generated: '2026-07-21'
method: searched
source: https://sourcebeauty.com/llms.txt + https://sourcebeauty.com/.well-known/ucp
audience: null
summary:
  surface: Universal Commerce Protocol (UCP) shopping MCP + Shop skill
  mcp_endpoint: https://sourcebeauty.com/api/ucp/mcp
  human_in_the_loop_required: true
  notes: >-
    Source Beauty publishes explicit agent-access guidance (/llms.txt, mirrored at
    /agents.md). Two sanctioned agent paths: (1) the store's own UCP shopping MCP
    endpoint, (2) the cross-store Shop skill (https://shop.app/SKILL.md) routing
    payment through Shop Pay. Published invariant: checkout MUST NOT complete payment
    without contemporaneous, explicit buyer approval; agents must back off on HTTP 429.
operations:
- tool: search_catalog
  action_class: read
  consequence: read
  human_in_the_loop: false
- tool: create_cart
  action_class: write
  consequence: write
  human_in_the_loop: false
- tool: create_checkout
  action_class: acting
  consequence: write
  human_in_the_loop: false
- tool: update_checkout
  action_class: acting
  consequence: write
  human_in_the_loop: false
- tool: complete_checkout
  action_class: acting
  consequence: physical
  human_in_the_loop: required
  rule: Buyer must explicitly approve payment at the moment of completion (published UCP rule).