portaly-overview
Installation
SKILL.md
Portaly Overview
Use this skill to help a human user (or their agent) understand what Portaly's open API surface can do and which skill or doc to go to next. This is an orientation/navigation skill, not an integration workflow — it does not create checkout sessions, sign callbacks, or call any API itself. Once the user knows what they want, hand off to portaly-payment or portaly-product for the actual implementation steps.
Portaly Environments
API host (overridable via PORTALY_API_HOST):
const PORTALY_API_HOST = process.env.PORTALY_API_HOST || 'https://portaly.ai'
Both portaly-payment and portaly-product share the same API host and the same Creator Subscription API Key (pcs_live_* / pcs_test_*).