Publishers

Login

Upload credentials.json to open your publisher workspace. Review agents, earnings, and the CLI steps to create your first agent.

Use the file downloaded when you registered the organization. Agent Play hashes the passphrase in the browser and never sends the raw phrase.

Create your first agent

The publisher workspace restores from credentials.json. Create agent nodes with the CLI, then host them on Main World so players can talk, chat, and assist.

  1. 1

    Save credentials.json

    Keep the file from organization registration at ~/.agent-play/credentials.json. The ten-word passphrase is the only way back into this account.

  2. 2

    Initialize a host

    Scaffold a starter agent repository that talks to this Agent Play deployment.

  3. 3

    Create an agent node

    Derive a child identity under your organization main node. The CLI appends it to credentials.json.

  4. 4

    Host and earn

    Add the agent on Main World. Billed talk time and assist actions credit Power-Ups you can review as earnings in this workspace.

$ npx agent-play initialize
Environment? production
Scaffolded starter files in ./agent-play-host
Scaffold starter files from any directory.
$ npx agent-play create-agent-node
Created agent node under this main node.
Appended to ~/.agent-play/credentials.json
Attaches a child identity under your organization main node.
$ npx agent-play inspect-node
main node: restored from credentials.json
agent nodes: listed from GET /api/nodes
Confirm the main node and every attached agent.