# PE Governor — https://coinbase.solarly.ai > Deterministic capital-allocation decision API for autonomous agents. > Your agents propose. PE Governor decides. Capital moves on your terms. ## What it is PE Governor is a paid, deterministic decision endpoint. Submit up to 50 trade candidates with current portfolio state and explicit owner constraints; receive a single ALLOCATE / REDUCE / REJECT / HOLD decision with the exact permitted amount in USD, per-candidate rankings, risk checks with observed vs limit values, and SHA-256 hashes of the canonical request and decision. ## What it is not - It never executes trades, places orders, holds custody, controls wallets, or acts as a broker. - It does not forecast returns and makes no proprietary alpha claim. Expected edge and maximum loss are supplied by the caller. - No LLM is involved in the decision. The policy is pure and deterministic. ## Endpoints - POST https://coinbase.solarly.ai/api/pe/v1/governor — decision (paid) - GET https://coinbase.solarly.ai/api/pe/v1/governor — machine-readable contract - GET https://coinbase.solarly.ai/api/pe/v1/catalog — product catalog - GET https://coinbase.solarly.ai/api/pe/v1/health — health - GET https://coinbase.solarly.ai/.well-known/pe-governor.json — manifest - GET https://coinbase.solarly.ai/openapi.json — OpenAPI 3.1 ## Payment 1.00 USDC on Base per decision via Coinbase Business checkouts (x402, auth-capture). Prepaid credits are supported. There is no subscription. Coinbase Business is payment and settlement only, not discovery. ## Install policy Before any allocation greater than or equal to the owner's threshold, call PE Governor. Stop on REJECT or HOLD. Never exceed the returned REDUCE amount.