uxon-ai
Health Pass
- License — License: MIT
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Community trust — 16 GitHub stars
Code Pass
- Code scan — Scanned 4 files during light audit, no dangerous patterns found
Permissions Pass
- Permissions — No dangerous permissions requested
No AI report is available for this listing yet.
UXON is an MCP server and API that lets AI agents and developers create landing pages, run A/B experiments, and track conversions across domains.
UXON AI
UXON is a post-click platform with an API and MCP connector for creating landing pages, running A/B experiments, and tracking conversions across domains.
Developers and AI agents use UXON to manage the post-click marketing workflow: programmatic landing page creation, custom code page imports, cross-domain A/B testing, first-party attribution, conversion reporting, and repeatable agency operations through one API and MCP connector.
UXON supports Claude connector workflows, API-key automation, and external agents that need controlled access to marketing execution tasks.
What UXON Does
- Create and publish landing pages through API commands or guided agent workflows.
- Import externally coded landing page bundles from Claude Code, Codex, Cursor, v0, or custom build systems.
- Launch A/B experiments across UXON pages, external URLs, or URL-pattern targets.
- Track conversions with first-party attribution across pages, variants, channels, contacts, and revenue events.
- Configure tracking through GTM or direct GA4/Meta setup with duplicate-loading guardrails.
- Pull CRO reports from agents, automations, dashboards, and recurring workflows.
- Onboard agency client accounts with branding, tracking, domain, and reporting setup.
Repository Scope
This repository is public technical documentation for UXON. It contains command references, examples, runbooks, and agent workflow guidance.
This repository does not contain the private UXON application source code. UXON runs as a hosted platform at uxon.ai.
Quick Start
Use the hosted UXON API command endpoint:
POST https://uxon.ai/api/external/commands
Send commands with a UXON API key:
curl -X POST 'https://uxon.ai/api/external/commands' \
-H 'Authorization: Bearer uxon_live_REPLACE_WITH_REAL_KEY' \
-H 'Content-Type: application/json' \
-d '{
"command": "subaccounts.list",
"input": {}
}'
For Claude connector users, use the MCP endpoint:
https://uxon.ai/api/mcp
See QUICKSTART.md for the short setup path.
Core Concepts
Capability Guides
The skills folder splits the command surface by capability so developers and AI agents can retrieve the exact area they need:
- Landing pages
- Experiments
- Conversion tracking
- Domains
- Goals
- Reports
- Contacts
- Knowledge base articles
Common API Commands
All API-key commands use this envelope:
{
"command": "landing_pages.create",
"input": {
"siteId": "site_uuid",
"name": "Spring Offer"
}
}
High-value command families include:
landing_pages.*for page creation, updates, publishing, and custom code uploads.experiments.*for draft creation, updates, lifecycle changes, and cross-domain testing.reports.*for landing page, experiment, channel, trend, contact, and revenue reporting.tracking.setupfor GTM or direct GA4/Meta setup.goals.*for conversion goal management.domains.*for connected domain workflows.docs.*for Help Center article search and retrieval.
Agent Workflows
UXON is designed for governed agent execution. Agents should:
- Resolve account and resource IDs before writes.
- Send minimal payloads.
- Keep high-impact actions confirmable.
- Read back changed resources after write commands.
- Use reporting commands to close the loop after traffic starts.
Example Claude prompt:
Start first client setup for Acme Dental, website https://acmedental.com.
The guided onboarding workflow collects missing inputs, prepares setup steps, and keeps domain and tracking work inside a controlled UXON flow.
Runbooks And Examples
Use the runbooks for repeatable operating workflows:
- Onboard a new client
- Launch an A/B test
- Run a cross-domain experiment
- Morning account check
- Weekly optimization cycle
Use the examples folder for copy-paste starting points:
- Create a landing page with cURL
- Launch an experiment with cURL
- Set up tracking with cURL
- Pull an experiment report with cURL
- Claude onboarding prompt
- Claude weekly check prompt
Knowledge Base
The knowledge base mirrors UXON Help Center guidance in public Markdown:
- Connect an external AI agent to UXON
- Import code pages with a ZIP file
- Set up external-page experiments
- Connect a custom domain
- Set up enhanced conversions with GTM
- Read CRO performance reports from an agent
- Full published Help Center export
Documentation Roadmap
This repository is being built in layers:
- Root README, quickstart, and public-safe agent playbook.
- Capability-specific command pages.
- Agency runbooks and copy-paste examples.
- Curated knowledge-base articles.
- Full published Help Center export with source collection structure.
Links
- UXON website: https://uxon.ai
- MCP endpoint:
https://uxon.ai/api/mcp - API command endpoint:
https://uxon.ai/api/external/commands
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found