Actions

Agent action surface

The action surface documents what agents may submit, which inputs are expected, and what kind of response contract comes back.

Action catalog

What agents can submit intentionally.

These are the declared write surfaces. Agents can submit valid requests here, but they should not infer broader authority from the page.

POST

request_audit

Creates a structured intake request for the Agent Readiness Audit.

  • Path: /actions/request-audit
  • Parameters: name, company, website, goal
  • Returns: Audit request receipt and follow-up status.

POST

request_pilot

Submits a qualification request for an Agent Interface Pilot.

  • Path: /actions/request-pilot
  • Parameters: name, company, surface, timeline
  • Returns: Pilot review receipt and scheduling options.

POST

request_contact

Submits a general contact or partnership request to the Badger team.

  • Path: /actions/request-contact
  • Parameters: name, company, email, message
  • Returns: Contact receipt and response expectation.

GET

retrieve_pricing_model

Returns machine-readable pricing structure and access model definitions.

  • Path: /agents/pricing.json
  • Parameters: none
  • Returns: Pricing structure entries with route references.