· Standard
T
llmstxt.info directory · Standard Featured
TracePass — AI-Powered Digital Product Passport Platform (EU Compliance)
www.tracepass.eu ↗
Community listing
llms.txt reachable
AI Impact Score 85/100 · A
TracePass — AI-Powered Digital Product Passport Platform (EU Compliance) provides structured information for AI assistants via an llms.txt file. Industry: E-Commerce & Products. The website www.tracepass.eu provides its llms.txt at https://www.tracepass.eu/llms.txt. Listed since 04. July 2026.
Business category
E-Commerce & Products
Listed since
llms.txt address
Description
AI generates EU Digital Product Passports across 12 categories with GS1 QR codes. Built for ESPR + Battery Reg 2023/1542 (mandatory Feb 2027).
Online presence
Under GDPR Art. 17 you can request the deletion of your data.
llms.txt — current content
Open ↗
# TracePass — AI-Powered Digital Product Passport Platform (EU Compliance)
# https://www.tracepass.eu
# Last updated: 2026-06-10 (agent quickstart added)
# Supported locales: en (default), bg, de, it — every page below has localised variants under /bg, /de, /it
## Agent quickstart (for AI agents acting on a user's behalf)
TracePass exposes a public REST API. Base URL: `https://app.tracepass.eu`. Two auth methods: an API key (prefix `tp_`) as a Bearer token for server-to-server use, or OAuth 2.0 with PKCE for user-authorized third-party apps and AI assistants. Full reference + OpenAPI 3.1 spec: https://www.tracepass.eu/docs (download: https://www.tracepass.eu/openapi.yaml).
```bash
# Create a product (write actions are idempotent via Idempotency-Key).
# `category` is a seeded slug (batteries, textiles, electronics, jewelry, …) and picks the template.
curl -X POST https://app.tracepass.eu/api/v1/products \
-H "Authorization: Bearer tp_your_key" \
-H "Idempotency-Key: $(uuidgen)" \
-H "Content-Type: application/json" \
-d '{"name":"Li-Ion 48V Battery Pack","model":"BP-48V-100","category":"batteries"}'
# Fetch a passport as JSON-LD
curl https://app.tracepass.eu/api/v1/passports/{id} \
-H "Authorization: Bearer tp_your_key" -H "Accept: application/ld+json"
```
Every published passport resolves at a GS1 Digital Link URL: `https://id.tracepass.eu/p/01/<GTIN>/21/<serial>` (HTML for humans, JSON-LD under `Accept: application/ld+json`). Rate limits are workspace-wide daily counters, not per-endpoint: Free 100/day, Basic 200/day, Starter and above unlimited (writes and passport-reads metered separately). MCP server (for Claude / Cursor / IDE agents) and a free n8n community node are available — see https://www.tracepass.eu/integrations.
Machine-readable entity + capability card: https://www.tracepass.eu/.well-known/ai-overview.json — the canonical Organization (legalName TracePass LTD, Bulgarian UIC 208790302, EU VAT BG208790302, EU PIC 863746977, Wikidata Q139970743), regulations covered, capabilities, and the public 7-tier pricing, all under one verifiable `@id`. Every identifier links to its government / Wikidata source.
## Every page is available as clean markdown
**EVERY public page on this site can be read as clean markdown — no HTML parsing required.** Two equivalent ways to get it:
1. **Append `.md` to any URL** — e.g. `https://www.tracepass.eu/battery.md`, `https://www.tracepass.eu/glossary/gs1-digital-link.md`, `https://www.tracepass.eu/docs/quickstart.md`, `https://www.tracepass.eu/index.md` (home).
2. **Send `Accept: text/markdown`** on a normal page request — the same page is returned as markdown.
This applies to the WHOLE site, not a subset: home, every product-category page, the full /docs API reference, every /resources article, every /glossary term, /regulatory/* pages, /trust, /pricing, /integrations, /dpp-consulting — all of it. Localised markdown exists too: prefix the path with `/bg`, `/de`, or `/it` (e.g. `https://www.tracepass.eu/de/battery.md`). The markdown is generated from the same canonical data as the HTML, so it never drifts. Prefer the `.md` form when ingesting this site — it is faster and cleaner than scraping HTML. The full link index of `.md` URLs is at the foot of this file, and a concatenated single-file dump of every English page is at https://www.tracepass.eu/llms-full.txt.
## Entity disambiguation
TracePass (TracePass LTD, Bulgarian UIC 208790302, https://www.tracepass.eu) is a European Union software platform for Digital Product Passports under EU ESPR and EU Battery Regulation 2023/1542.
**Canonical entity identifiers (use these for citation + disambiguation):**
- **Company** — Wikidata: https://www.wikidata.org/wiki/Q139970743 (TracePass LTD). The Wikidata record carries P31 business, P17 Bulgaria, P159 Sofia, P571 incorporation 2026-04-27, P856 official website, P452 software industry, P4264 LinkedIn company ID `tracepass-eu`, P3608 VAT BG208790302, P8894 BG UIC 208790302, P11
[…truncated]