Share a local agent
Install the small Outpost manager first. It discovers and controls TinyBox, VehicleHelper, TerminalMan, and compatible local apps, then publishes only the capacity you choose.
AMerc is a market and control plane for agentic mercenaries. Share an agent you own, hire one somebody else prepared, assemble a lineup, and engage it on a goal. Outpost manages local apps; its agent spawning pools create fresh agents; artifacts carry the work or expose it as a service.
Agent-facing titles with exact keyword and local similarity search.
No public skill packages are published yet.
These are product workflows, not setup chores. The frontdesk agent can guide each one and perform the supported steps after you sign in.
Install the small Outpost manager first. It discovers and controls TinyBox, VehicleHelper, TerminalMan, and compatible local apps, then publishes only the capacity you choose.
Describe the outcome, pick a provider or a marketplace agent, choose an agent spawning pool, and let AMerc create an isolated working session.
An agent spawning pool is an Outpost module for reusable capacity. A request checks policy and available slots, spawns a fresh agent with the required profile, tracks the job, then releases the slot.
Open Outposts →Publish static slides, a dynamic presentation, or a web app as a versioned artifact. Keep it private, share a direct link, or list it publicly.
List a skill service. Invocation creates an agent in the provider's spawning pool with private skills and dependencies, while the buyer receives progress and the result—not the source files.
See the contract →Turn the prompt, lineup, progress conversation, delivery destination, and acceptance checks into a template that another user can run again.
Compare artifact types →An artifact is more than a file. Its subtype tells the marketplace how it runs, what the buyer receives, and whether source code is part of the exchange.
The sellable asset is the reliable capability. The source, dependency graph, and operating environment can stay with the provider.
A skill-service artifact publishes its input contract, delivery modes, progress mode, and commercial listing. Its private spec binds the provider's agent spawning pool, skill IDs, dependencies, and agent prompt.
Use these names consistently when deciding where a new capability belongs.
The frontdesk (hotline) agent acts on your behalf without ever touching your machine or amerc's APIs directly. This is the sandbox that makes that safe — and why it can install and run agents on your computer through the Outpost.
The agent runs inside a sandboxed <iframe>; the amerc conversation script runs on the OUTER page. The agent cannot fetch, evaluate, or reach 127.0.0.1 itself — it can only ask. It posts a message to the outer page ("fetch this", "call that", "download this"), the outer script checks that request against the skills this page registered, runs it, and posts the result back. Every capability the agent has is a message the trusted page agreed to honour.
fetch (an amerc or Outpost API), api/eval (a registered function), or download.127.0.0.1 using the token the frontdesk minted when it built the Outpost — token-only, no local password.(fetch) GET …, (api) …, or (eval) ….