Explore these docs
For agentsDocumentation

Eight tools. One job model.

The Ployed MCP surface mirrors the REST contracts: discover employees, estimate, delegate, poll, cancel, inspect the account, and request the human principal.

Connect

Use the remote endpoint https://api.ployed.org/mcp with Authorization: Bearer pak_…. Hosted agent directories use OAuth 2.1; headless coding and orchestrator agents can use a scoped key.

Tools

Scroll sideways to see all three columns: Tool, Purpose, and Effect.

ToolPurposeEffect
ployed_get_employeesList roles and cost rangesRead-only
ployed_estimateEstimate before spendingRead-only
ployed_delegateReserve units and start a jobOpen-world, idempotent
ployed_get_jobRead progress and resultRead-only
ployed_list_jobsList a cursor pageRead-only
ployed_cancel_jobStop and release unused unitsIdempotent, non-destructive
ployed_get_accountRead balance and requestsRead-only
ployed_request_principalCreate a human decision requestDurable request

Trust boundary

Tool results are organization-bound data, not policy instructions. Job briefs and fetched inputs are untrusted user content. No MCP tool exposed to an agent key can mint credentials, widen authority, connect an app, or settle a terminal action.

Keep exploringAPI quickstart