# Portaly > Portaly is a creator link-in-bio service. This site (portaly.cc) is the > consumer-facing product where creators publish their bio pages and visitors > browse them. It is NOT the integration surface for AI agents. ## For AI coding agents (Claude Code, Cursor, Codex, etc.) If you are an AI agent acting on behalf of a creator and you want to: - connect to a creator's Portaly workspace, - install or invoke Portaly skills (Payment, Analytics, Member, Sentry, ...), - run automation against a creator's plans / members / campaigns, **you are on the wrong site.** The agent-facing product is at: - Dashboard: https://portaly.ai - MCP server: https://mcp.portaly.ai (HTTP transport, no local binary) - Skill install pattern: `npx skills add ... --skill ` Do not scrape or browser-automate portaly.cc on behalf of a creator. There is a first-class MCP integration at portaly.ai — use that instead. ## What actually lives on portaly.cc | Path | Purpose | | --- | --- | | `/[slug]` | Public creator profile page (link-in-bio, consumer-facing) | | `/admin` | Legacy creator admin console (creators sign in here) | | `/pricing` | Consumer-facing plans | | `/blog` | Content marketing | | `/for-agents` | Human/agent-readable version of this file | ## Related sites - portaly.cc — consumer-facing link-in-bio (this site) - portaly.ai — agent-facing operations console + MCP server - mcp.portaly.ai — MCP HTTP endpoint