Bring one ENS name. Generate 10 verifiable agents.
-
Choose how you want to activate. Pick a capability pack. CommandLayer generates the sub-agent identities, ENS records, SDK config, and agent card — ready to deploy.
-
Session 1 · Activation package generator · No payment required
+
Choose an activation mode, pick capability agents, generate signer records, pin agent cards, and prepare ERC-8004 discovery metadata for CLAS-verifiable agent receipts.
Claim prepares agent cards and registration metadata for ERC-8004 on Base. ERC-8004 makes the agent discoverable. CLAS receipts prove what the agent actually did.
+
+
Agent cards can be generated and pinned.
+
ERC-8004 tracking rows can be prepared.
+
Real onchain registration remains pending until a confirmed registry transaction exists.
+
ENSIP-25 remains unverified until checked and confirmed.
+
+
@@ -306,14 +321,14 @@
Bring one ENS name. Generate 10 verifiable agents.◈
Your ENS namespace
Generate verb sub-agents under your own ENS name. Best for enterprises and teams wanting sovereign identity.
- approve.commandlayer.eth
+ approve.acme.eth
◎
Single agent
Attach all capabilities directly to your ENS name. Simplest setup, best for solo agents with one primary capability.
- commandlayer.eth
+ acme.eth
@@ -360,7 +375,7 @@
Bring one ENS name. Generate 10 verifiable agents.
-
+
Please enter a valid .eth nameTo activate records under your ENS name, the connected wallet must control that ENS name. Ownership/control verification is required before activation.Manual package only. Activation request submission for user-owned ENS namespaces requires ENS control verification.
@@ -431,7 +446,7 @@
Browser-side key generation
Private-key safety:
Your private signing key is generated locally and is never sent to CommandLayer.
Managed namespace:
- Managed ENS publication automation is pending activation infrastructure. This PR stores the public TXT package for operator review but does not perform onchain ENS writes.
+ Managed activation: CommandLayer prepares the public TXT package, agent card metadata, and ERC-8004 discovery tracking for operator-reviewed provisioning. Onchain ENS writes and ERC-8004 registration are only marked verified after confirmation.
@@ -441,18 +456,18 @@
Browser-side key generation
2. Assisted
-
Connect wallet and let CommandLayer prepare the subname + TXT record transactions. User signs. Coming next.
+
Connect a wallet to prepare the subname and TXT records for owner review and signing.
3. CommandLayer-native
-
Activate under CommandLayer capability namespaces like commandlayer.approveagent.eth. CommandLayer provisions after payment. Coming next.
+
Use a CommandLayer-managed name such as acme.approveagent.eth with operator-reviewed provisioning during Claim Beta.
No wallet connection is required to generate this package.
Wallet connection is required to write records under your ENS name.
- Payment/provisioning is required for CommandLayer-native namespace activation.
+ Manual activation is available now. Managed activation is operator-reviewed during Claim Beta. Onchain ENS writes, ERC-8004 registration, and ENSIP-25 verification are marked complete only after confirmation.
@@ -490,7 +505,7 @@
Browser-side key generation
Step 7 of 8
Agent card preview
-
Preview of the first agent card in your namespace. When paid provisioning is live, all cards will be hosted automatically at commandlayer.org.
+
Preview the first agent card in your namespace. Generated cards can be pinned, then associated with ERC-8004 discovery tracking during activation.
—
@@ -523,15 +538,13 @@
Browser-side key generation
✅
SDK config generatedDrop into your codebase with CL_PRIVATE_KEY_PEM in env
✅
Agent card generatedMachine-readable identity record ready to host or submit
⏳
Add ENS TXT recordsCreate subnames and paste records into ENS Manager
-
⏳
Payment & provisioningComing next — ERC-8004 registration on Base, hosted agent cards, and verified live receipts
+
⏳
ERC-8004 registration statusERC-8004 tracking is prepared after agent card pinning. Real registration, agent ID, transaction hash, and ENSIP-25 verification are marked only after confirmed onchain registration.
-
-
Starter
Free
Generate activation records and prepare for review.
-
Builder
$99/mo
Activation support, metadata, and verification routing.
Custom namespaces, compliance, and registry support.
+
+ Claim Beta
+
Free activation package generation
+
Operator-reviewed managed activation is available for selected builders. Pricing begins after hosted provisioning and live registration are enabled.
-
Checkout is not enabled in Session 1. Pricing covers activation, metadata, verification routing, and integration support — not ENS ownership transfer.
Submit namespace activation
@@ -559,7 +572,7 @@
Submit namespace activation
Activation pipeline
-
Submit a claim to load persisted payment, ENS, IPFS, genesis, and tenant proof status.
+
Submit or import a claim to view activation status across ENS records, agent card pinning, ERC-8004 tracking, genesis receipt, tenant proof, and first-action receipt.
Returning to an existing claim? Import your private Claim Recovery Key file to restore access in this browser session.
@@ -1180,7 +1193,7 @@
Activation pipeline
const instruction = document.getElementById('activationModeInstruction');
if (instruction) {
instruction.textContent = state.activationMode === 'cl'
- ? 'Managed ENS publication automation is pending activation infrastructure.'
+ ? 'Managed activation prepares the public TXT package, agent card metadata, and ERC-8004 discovery tracking for operator review. Onchain ENS writes and registration require confirmation.'
: 'Publish the four records with your ENS owner wallet, then verify records.';
}
let records = '';