Skip to content

Quick Start

Getting Started

Quick OverviewExecGov is not a single chat page. It is already an execution platform with four practical paths: the free path, local script slots, the formal team edition, and enterprise delivery.

First identify which layer fits you now, then decide which pages deserve your time.

This quick-start page exists to help you determine, through the shortest possible path, which route is currently available for direct experience, expansion, upgrade, or a deeper conversation.

Understand in 10 minutesPublic entryLocal script slotsCLI pathTeam / enterprise
EXECGOV // QUICK STARTGUIDE 02
const publicEntry = ['experience', 'login', 'register']const productRoute = ['docs', 'delivery', 'deployment']const localBridge = ['cli_login', 'register', 'run', 'agent']
START WITH WHAT YOU CAN USE NOW

01

It is not a generic chat system

AI mainly acts as the decision entry and capability-recommendation layer. The real goal is to move scripts and workflows into a governed execution chain.

02

It already has public entry points

You can now use the experience page, login page, signup page, and docs site directly, without detouring through older entry points.

03

It already has a delivery mainline

There are now two practical delivery paths: standard shared-SaaS tenants and enterprise single-tenant delivery. There is no longer only one formal onboarding mode.

04

It already has a CLI bridge

execgov-cli already covers login, registration, listing, execution, and the Agent skeleton entry points.

Path First

First decide which layer you are in right now

Your current stateBest-fit pathWhat to read firstWhat not to rush into
You are touching the platform for the first timeStart with the free pathExperience page, signup page, Getting StartedDo not interpret it as an enterprise project from the first minute
You already keep connecting scripts in your personal spaceFirst decide whether local script slots need expansionBilling & Membership, local script-slot notesDo not treat lightweight personal expansion as a formal team subscription
You are preparing for multi-user collaborationStart with the formal tenant entry for the team editionBilling & Membership, Customer Flow / DeliveryDo not assume that private deployment is automatically the first step
You involve intranet constraints, stronger isolation, or formal project acceptanceGo straight into enterprise-delivery discussionDeployment, Customer Flow / Delivery, ContactDo not continue using the personal-entry or standard-membership narrative

Current Entry

How to understand the current public entry points

EntryCurrent statusBest forNotes
/experienceThe current formal public experience pagePeople trying it for the first timeThis is a real entry point, not a screenshot placeholder. The left side currently shows Python task_brief_demo.py, the right side shows Shell clean_log_demo.sh, and the experience scripts come from the formal directory exec-gov-ai-skill-platform-script/tenant_1000/experience/.
/loginThe current formal login pagePeople who already have an accountUsed to enter the personal free edition or later a formal tenant space.
/registerThe current formal signup pagePeople who do not have an account yetAfter registration succeeds, the current flow enters a dedicated result page before returning to login and the personal mainline.
/register/resultThe current formal result pagePeople who just completed signupIt explicitly handles the next step after signup instead of relying only on a success toast.
Product docsAlready structured as a systemProduct, technical, and presales rolesExplains what the platform is, how it is delivered, how it is deployed, and how it evolves.
CLI docsAlready structured as a systemDevelopers and local-bridge scenariosExplains the current command boundary: what is implemented and what is not.
Contact pageThe current formal entryPeople who want to continueUsed to determine whether to stay on the free path, expand local script slots, move into the team edition, or go into enterprise delivery. It is no longer a generic contact page.

Try First

Experience path

  1. Start with the public experience path and feel the closed loop of AI recommendation and execution.
  2. Then read Product Overview to decide whether this is the type of platform you actually want.
  3. If you need long-term use, register and log in next.
  4. Then decide whether you need the CLI path or the team / enterprise path.

Local Script

Local script onboarding path

  1. First confirm which commands execgov-cli already supports.
  2. Then prepare your script directory and README.
  3. Understand the current boundary of register / list / run / agent.
  4. If the work belongs to a real project, move on to hybrid-execution and delivery boundaries.

Delivery

Team / customer delivery path

  1. Start with Customer Flow / Delivery to understand real usage and the hot-update path.
  2. Then read Deployment to decide whether you need shared SaaS, a single tenant, platform governance, or hybrid execution.
  3. Confirm the edition and delivery model that actually fits you.
  4. Finally use the Contact page to determine whether to keep moving through the standard team edition or go straight into enterprise delivery.

Before You Start

Know these things before you begin

  • The public experience page is meant to demonstrate the execution chain first. It does not take real business writes.
  • The current demo on the experience page comes from exec-gov-ai-skill-platform-script/tenant_1000/experience/ and is mapped through the manifest for hot swapping.
  • After signup, you enter the personal intelligent execution console and can start onboarding your first script.
  • Web upload-based registration already supports .py / .sh / .bash.
  • execgov-cli is also adding Shell support, but the primary examples and default guidance still lean toward Python for now.
  • If you are only continuing as an individual user and have not entered multi-user collaboration yet, start with local script-slot expansion instead of jumping to the enterprise path.
  • If you only need standard capability and lighter collaboration, evaluate the shared-SaaS tenant path first.
  • execgov-cli is already usable and its local-integration capability will continue to get stronger.
  • If you already know this is a formal team workflow or an enterprise project, moving directly into the team / enterprise path is usually more efficient.

Current Stage

What usage modes are covered at the current stage

  • The enterprise 1.0 delivery mainline has been established.
  • The personal free entry has been established.
  • The standard shared-SaaS tenant frontend has been established and is still being tightened.
  • The minimal CLI bridge is already in place.
  • Standard team-collaboration capability and richer packaging will continue to expand.

Next Read

Common entry points after the first-pass decision

Continue by goal: product overview, customer delivery, CLI docs, or FAQ, without bouncing between all pages.

Make every automation reliable and governed.