Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Zoral agent resources

Public agent-facing resources for Zoral — a Singapore-based oral care brand making a 316L medical-grade stainless steel tongue scraper.

Everything here is also served live from getzoral.com. This repo is the readable mirror.

Contents

File Live equivalent
AGENTS.md
skills/buy-from-zoral/SKILL.md https://getzoral.com/.well-known/agent-skills/buy-from-zoral/SKILL.md
skills/discover-zoral-api/SKILL.md https://getzoral.com/.well-known/agent-skills/discover-zoral-api/SKILL.md

Discovery index (with sha256 digests): https://getzoral.com/.well-known/agent-skills/index.json

TL;DR for agents

No key, no signup. Read the catalog:

curl -s "https://getzoral.com/api/store/products"

Build a payable checkout session:

curl -s -X POST "https://getzoral.com/checkout_sessions" \
  -H "Content-Type: application/json" \
  -H "API-Version: 2026-07-16" \
  -d '{ "items": [{ "id": "tongue-scraper", "quantity": 1 }] }'

Then hand the user payment_provider.checkout_url to pay. Zoral does not accept delegated card credentials from an agent — payment is a human handoff by design.

Machine-readable surface

Note on drift

The SKILL.md files here are generated from the same source string the site serves, so their sha256 digests match index.json. If this repo and the live API ever disagree on a price, the API is authoritative.

Contact

hello@getzoral.com

About

Agent-facing resources for Zoral: AGENTS.md, agent skills, and the zero-auth API map. No key required to browse or buy.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors