generated: '2026-08-13' method: generated source: openapi/*.yml, conventions/tealium-conventions.yml, errors/tealium-problem-types.yml description: >- Packaged Agent Skills for the Tealium Customer Data Hub. Every operationId referenced below was verified against the OpenAPI definitions in openapi/ — none are invented. Tealium publishes no AGENTS.md and no first-party agent skills; these are generated by API Evangelist from Tealium's own documented contracts. skills: - name: tealium-authenticate file: tealium-authenticate.md api: Tealium Auth API summary: >- Exchange username + API key for a 30-minute JWT, capture the region-specific host returned with it, and reuse both. Prerequisite for every other skill except Moments/MCP. operations: [generateBearerToken] - name: tealium-collect-events file: tealium-collect-events.md api: Tealium Collect API summary: >- Send single, bulk (max 10), regional and data-source-scoped events into the Customer Data Hub within a 100 events/second budget, with no idempotency key and no rate-limit headers. operations: - collectEventPost - collectEventGet - collectBulkEvent - collectRegionalEvent - collectRegionalBulkEvent - collectIntegrationEvent - name: tealium-visitor-context file: tealium-visitor-context.md api: Tealium Personalization API, Tealium Customer API summary: >- Retrieve live customer context — the engine-scoped Moments slice (also the managed MCP server's two tools) or the full AudienceStream profile — and choose correctly between them. operations: - getMomentsByVisitorId - getMomentsByAttributeValue - getVisitorProfile - getHistoricalVisitorProfile - name: tealium-privacy-erasure file: tealium-privacy-erasure.md api: Tealium Privacy API summary: >- Answer a DSAR and execute a GDPR/CCPA erasure: find the lookup attribute, disclose what is held, submit the delete, poll the transaction through a 30-day completion window. operations: - getVisitorIdAttributes - getPrivacyVisitor - deletePrivacyVisitor - getDeleteTransactionStatus provider_published_skills: found: false probed: - https://docs.tealium.com/llms.txt - https://tealium.com/llms.txt - https://tealium.com/.well-known/agents.json note: >- Tealium publishes an agent manifest, a data taxonomy, an llms.txt set and a managed MCP server, but no AGENTS.md and no packaged skills. cross_cutting: authentication: authentication/tealium-authentication.yml conventions: conventions/tealium-conventions.yml errors: errors/tealium-problem-types.yml rate_limits: rate-limits/tealium-rate-limits.yml mcp: mcp/tealium-mcp.yml agentic_access: agentic-access/tealium-agentic-access.yml