asc-app-create-ui

Automate App Store Connect app record creation via browser automation.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/pyronaur/ngents --skill asc-app-create-ui-pyronaur
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: asc-app-create-ui
Source: https://github.com/pyronaur/ngents/tree/main/docs/topics/apple/asc-cli/asc-app-create-ui
Command: npx skills add https://github.com/pyronaur/ngents --skill asc-app-create-ui-pyronaur

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create a new App Store Connect app record by driving the web UI, enabling automation when there is no public API for app creation and login/session management is required.

Core Features & Use Cases

  • Automate New App creation in App Store Connect via browser automation.
  • Validate required inputs (name, bundle ID, SKU, platform, primary language, and user access) and manage login/2FA.
  • Apply guardrails: require sign-in, avoid exporting cookies, and require final confirmation before creation.
  • Use Case: streamline bulk app provisioning for teams or agencies where public APIs do not exist.

Quick Start

Sign in to App Store Connect and run the automation to create a new app using the provided inputs.

Frequently Asked Questions about asc-app-create-ui

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate App Store Connect app creation when there is no public API?

App creation via the web UI requires a signed-in browser session, validated inputs like bundle ID and SKU, and manual confirmation before final submission. This Skill orchestrates that browser automation workflow safely.

Can I use browser automation to bulk provision iOS and visionOS apps in App Store Connect?

Yes, this workflow drives the web UI to bulk provision apps across iOS, macOS, tvOS, and visionOS. It applies safety guardrails and requires sign-in to handle multiple app records efficiently for agencies.

What inputs are required to automate creating an app record in App Store Connect?

You must provide the app name, bundle ID, SKU, platform, primary language, and user access level. The automation validates these inputs and sequences the platform configuration before final creation.

Does App Store Connect browser automation bypass login or export session cookies?

No, this approach enforces safety guardrails that require sign-in and prevent exporting cookies. It manages login and 2FA within the browser session and prompts for final confirmation before app creation.

Why is browser automation needed for App Store Connect app creation instead of an API?

Browser automation is necessary because Apple provides no public API for new app record creation. Driving the signed-in web UI is the only automated method available for provisioning apps without manual form entry.