Curie · Authentication Profile

Curie Authentication

Authentication

Curie secures its APIs with none, http-bearer, and oauth2 across 1 declared security scheme, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode flow(s).

CompanyCommerceE-CommerceShopifyArtificial IntelligenceModel Context ProtocolAgentic CommerceProduct Discovery3D
Methods: none, http-bearer, oauth2 Schemes: 1 OAuth flows: authorizationCode API key in:

Security Schemes

oauth2 oauth2
· flows: authorizationCode

Source

Authentication Profile

Raw ↑
generated: '2026-07-18'
method: searched
source: openapi/curie-openapi.json
docs: https://chat.curie.app/llms.txt
notes: >-
  Tiered access model (per published llms.txt + .well-known/mcp.json). Free
  public tier requires NO auth for discovery and most MCP tool calls / REST
  catalog reads (matches Shopify Storefront MCP behaviour), rate-limited to
  100 req/min per IP. A Pro Bearer token (OAuth 2.0 authorization-code, issued
  out-of-band) is required only for premium tools such as initiate_checkout and
  private-merchant-data reads, rate-limited to 1000 req/min per subscriber.
  Wishlist / aggregate-cart tools resolve identity from an Authorization Bearer
  JWT or an X-Curie-Device header.
summary:
  types:
  - none
  - http-bearer
  - oauth2
  api_key_in: []
  oauth2_flows:
  - authorizationCode
schemes:
- name: oauth2
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: https://chat.curie.app/api/oauth/authorize
    tokenUrl: https://chat.curie.app/api/oauth/token
    scopes: 1
  description: OAuth 2.0 authorization code flow. Requires Curie Pro subscription.
  sources:
  - openapi/curie-openapi.json