Skip to main content
The Endpoints page is the main operating view for builders. It answers what exists, what is live, what needs attention, and where each endpoint appears.

Endpoint states

StateWhat it means
DraftedAn endpoint YAML file exists in the workspace.
Active draftThe endpoint file has active: true. It is eligible to publish.
LiveThe active draft has been published into a runtime listing.
Inactive draftThe endpoint file has active: false. It stays private and unpublished.
Imported OpenAPI operations default to inactive drafts so you can review pricing, descriptions, schemas, tests, and distribution before anything goes live.

Publishing

Publishing applies active workspace endpoint files to live runtime records. It is the step that makes an endpoint callable through the platform. Before publishing, make sure:
  • Stripe Connect is complete.
  • The endpoint has a valid price.
  • Required upstream secrets are saved through secure secret fields.
  • Validation has no blocking errors.
  • The endpoint file is marked active: true.
If Stripe Connect is incomplete, publication is blocked. Workspace edits are still saved, but paid network activation waits until payouts can be handled correctly.

Distribution

Each live endpoint can expose several distribution surfaces:
  • public catalog listing
  • MCP search result
  • mirrored x402 URL
  • normalized x402 run URL
  • AgentCard URL
  • Bazaar resource discovery status
Distribution counts only become meaningful for active, published endpoints. If all endpoints are inactive drafts, the app shows them as configured but not distributed.

Bazaar and first settlement

Bazaar-style discovery is tracked by x402 resource URL, not by payTo. Agent Wonderland may use dynamic Stripe crypto PaymentIntent deposit addresses, so provider-level grouping by payTo should not be promised. A resource may need successful settlement activity before external discovery systems index it. Agent Wonderland shows Bazaar status as a diagnostic, including whether a resource needs first settlement, has settlement observed, is indexed, or was not found.

Endpoint detail drawer

Open an endpoint row to inspect:
  • draft and runtime status
  • method and path
  • price
  • distribution URLs
  • Bazaar status
  • recent failures
  • 24 hour requests, success rate, latency, and revenue
  • a link to the YAML file in Files
Use the Assistant from the endpoint detail drawer when you want help changing one endpoint, explaining failures, or preparing publish steps.