A developer agent OS

Cognethics ships the PJ Agent Orchestration System — a set of MCP primitives for spawning your own agents under personas, with explicit USD budgets, persistent memory, hierarchical delegation, and a tamper-evident audit chain. Same tenant, same data, same RBAC as the rest of the platform. Any authenticated tenant user with the right per-tool permission can call them.

How it composes

Browse the full 9-tool surface at /reference/tools/pjv3/. Walk through a first spawn at /recipes/spawn-agent/.

Production evidence — an accounts-payable validation mission

Parent agent intakes invoices, child validator agent verifies them, escalates above its authority where required, parent approves, child retires. This mission was orchestrated through the PJ Agent Orchestration System — pj_v3_spawn_agent for the validator, pj_check_budget for the cap, pj_get_audit_entries for the chain.

Costs are reported by the underlying model provider; cache-hit rate and audit chain integrity are measured in-platform.

Same permissions, same data, same observability

Next steps