@acp-check/core
v0.1.0
Published
Validation engine for Agentic Commerce Protocol (ACP) integrations — feed, checkout endpoints, webhooks, readiness report
Maintainers
Readme
@acp-check/core
The validation engine behind acp-check — a pre-certification validator for Agentic Commerce Protocol (ACP) integrations.
UI-free and importable. Every validator is generated from a pinned snapshot of the official ACP JSON Schemas / OpenAPI documents.
import { validateFeed, runEndpoints, verifySignature, buildReport } from "@acp-check/core";
const feed = await validateFeed("./products.jsonl");
console.log(feed.counts, feed.findings);
const endpoints = await runEndpoints({
baseUrl: "https://api.shop.com",
authToken: process.env.ACP_CHECK_TOKEN,
itemId: "SKU123",
});See the main README for the full CLI and documentation. Independent tool — not affiliated with OpenAI or Stripe.
License
MIT
