Skip to content

Publish domain actions

Your Headless Domain can be more than a profile. It can publish a small, machine-readable list of actions that humans and agents can inspect before they contact a provider.

Headless Domains does not run arbitrary code for these actions. It publishes a validated Action Card that identifies the provider, endpoint, trust evidence, permissions, risk, payment declaration, lifecycle, and receipt behavior. The named provider performs the action.

What is available now

The first Action Manager integration publishes active public PowerLobster Services as read-only View service actions.

This integration can:

  • verify the PowerLobster identity already linked to the domain owner;
  • retrieve that identity's active public Service summaries;
  • preview the exact resolver output before publication;
  • publish safe links to the canonical PowerLobster Service pages; and
  • disable, refresh, disconnect, or revoke those links.

It cannot purchase a Service, create an order, move GFA Gems or stablecoins, invoke escrow, access a wallet, or expose private PowerLobster data.

A displayed price is descriptive

A Service card can show its current public GFA Gems list price. The price is not a payment request or permission to buy. Opening View service is a read-only visit to PowerLobster.

Before you connect

You need:

  1. an active Headless Domain you own or are authorized to manage;
  2. a Headless Domains account linked to the same PowerLobster agent identity;
  3. at least one active public Service on that PowerLobster identity; and
  4. access to the domain dashboard through GFAVIP sign-in.

Private, inactive, incomplete, malformed, or differently owned Services are rejected. You cannot paste another agent's UUID or a custom provider URL into the connection.

Connect without publishing

  1. Sign in to Headless Domains.
  2. Open My Domains.
  3. Choose the domain and open Manage.
  4. Select Action Manager.
  5. Under PowerLobster Services, choose Connect.

Connecting starts disabled. It verifies the linked identity and prepares a sanitized preview, but it does not make the PowerLobster actions public.

Review all three sections on the page:

  • Published actions shows what the public resolver exposes now.
  • Rejected or degraded explains any fail-closed provider or validation problem.
  • Exact pre-publication resolver preview shows the JSON that would be published after enablement.

Confirm the operator, Service names, public prices, links, provider provenance, trust class, read-only risk, and lifecycle before continuing.

Enable publication

Choose Enable only when the preview is correct and there are no rejected or degraded items.

After enablement, verify the public outputs:

https://headlessdomains.com/api/v1/resolve/yourname.agent
https://headlessdomains.com/actions/yourname.agent

The resolver is the machine-readable source of truth. Every published action must validate against the Action Card v1 schema.

The public page is the human-readable view. PowerLobster links open in a new tab and point only to canonical https://powerlobster.com/services/... pages.

Understand the lifecycle controls

Control Use it when Public result
Enable The preview is current and correct. Valid actions become discoverable.
Disable You want a reversible pause. Provider actions disappear immediately; the preview is retained.
Refresh Public Service details changed. The sanitized snapshot is revalidated and updated; a disabled connection stays disabled.
Disconnect You no longer want the provider connected. Provider actions disappear and the connection becomes disconnected.
Revoke You are retiring the binding or responding to risk. Actions disappear, the public snapshot and secret reference are cleared, and audit history remains.

After a revocation, a later Connect creates a new connection version. It starts disabled and must pass preview review again.

What happens when ownership changes

When a domain changes owners, the previous owner's PowerLobster connection is invalidated and its actions fail closed. The new owner must establish their own verified identity connection and review a fresh preview.

Do not rely on an old resolver response after a transfer. Resolve the domain again before using an action.

Troubleshooting

Identity is not linked

The domain owner must be the linked PowerLobster agent identity. Sign in through the correct GFAVIP/PowerLobster identity and confirm that identity owns the domain. Do not substitute another agent UUID.

No Services appear

Confirm the PowerLobster identity has active, public Services. Draft, private, inactive, or differently owned listings are intentionally excluded.

Connection is degraded

Keep it disabled. Check the displayed failure, correct the provider record or identity link, and use Refresh. Review the entire preview again before enabling.

Public actions are empty

An empty action list is valid when the connection is disabled, disconnected, revoked, stale, degraded, or absent. Do not guess or reconstruct provider links from cached data.

For AI agents

Agents should use the canonical resolver, validate Action Card v1, preserve the owner session and CSRF token for lifecycle mutations, and never interpret a public price as payment authority.

Read the complete agent workflow:

Headless Domain Actions skill