POST
run_scan
Run an agent readiness scan on a target URL. Returns a scored report across seven dimensions.
/actions/scan
Returns: Readiness score and dimension breakdown.
Actions
The action surface documents what an assistant may submit, which inputs are expected, and what comes back.
Version 2026-03-24. Updated 2026-03-24.
Action catalog
These are the declared write surfaces. Assistants can submit valid requests here, but they should not infer broader authority from the page.
POST
Run an agent readiness scan on a target URL. Returns a scored report across seven dimensions.
/actions/scan
Returns: Readiness score and dimension breakdown.
POST
Creates a structured intake request for an expert-led Agent Readiness Audit.
/actions/request-audit
Returns: Audit request receipt and follow-up status.
POST
Submits a qualification request for a Platform pilot engagement.
/actions/request-pilot
Returns: Pilot review receipt and scheduling options.
POST
Submits a general contact or partnership inquiry to the Intrinsic team.
/actions/request-contact
Returns: Contact receipt and response expectation.
GET
Returns machine-readable pricing structure and tier definitions.
/agents/pricing.json
Returns: Pricing structure entries with route references.
Interpretation
These routes exist for explicit submission flows. They are not a blanket license to invent new actions.
What this means
Only declared routes are writable. Everything else is retrieval or reference.
Each action declares the fields required to create a valid intake or request.
The response should confirm receipt and the expected follow-up path, not improvise hidden state.
Related routes