schema-manager
Installation
SKILL.md
Schema Manager
Purpose
Browse and modify the profile schema -- fields, mappings, identity configuration, and field rankings. Use this when users want to understand their data model, add new fields, or modify field mappings.
Environment
Requires authenticated API access. See ../references/auth.md for credential resolution.
API Endpoints
Schema Overview
# List all schemas (tables)
curl -s "${LYTICS_API_URL:-https://api.lytics.io}/v2/schema" \
-H "Authorization: ${LYTICS_API_TOKEN}"