Integrations

Corbits

Corbits runs agent operations for neoteams — governance, discovery, marketplace, and x402 payments. Concierge is an API provider. Primary discovery: direct origin + pay.sh (Solana Foundation catalog).

ABK Labs hosted services (June 2026): Faremeter’s hosted Marketplace, Facilitator, and Discovery shut down 26 June 2026. Concierge production is unaffected — we settle USDC via PayAI (recommended replacement) and list agents on pay.sh. Corbits sections below are optional; confirm current availability with corbits.dev.

Integration map

Corbits productRole for ConciergeStatus
MarketplaceProxy + x402 in front of conc-exe.xyzOptional — confirm post–Jun 2026
DiscoveryCatalog search for agentsOptional; prefer pay.sh
Faremeter / Flexx402 payment rail (same family as PayAI)Compatible today
InterchangeGovern agents calling ConciergeOptional (client SDK)

1. Marketplace (start here)

Register a proxy with backend URL https://conc-exe.xyz. Corbits provisions a proxy hostname; agents pay per request via x402; paid traffic is forwarded to your existing routes.

No import pricing in the New Proxy modal — only a default USDC amount. Use 0.10 as default (scheme exact), create the proxy, then set each path under Endpoints in the Control Plane (sidebar).

  • Eight routes at 0.10 USDC; /api/lounge-signal-publish at 1.00 USDC (see openapi.json)
  • Leave Auth token empty unless you add a backend secret — origin uses x402, not Bearer
  • Dashboard: earnings, request volume, agent attribution

Open Marketplace ↗ · Docs ↗

2. Discovery

After the proxy is active, list it on Discovery so Corbits Skill and programmatic clients can search and inspect pricing before paying.

Discovery docs ↗

3. Faremeter / Flex vs direct origin

Concierge already uses x402 v2 + PayAI on https://conc-exe.xyz — ABK’s recommended facilitator after hosted Faremeter facilitator shutdown. Token Pay uses self-settle SPL (no facilitator).

Keep direct origin for pay.sh, MPPscan, and AgentCash. Corbits proxy remains an optional second front door.

4. Interchange (enterprise agents)

Teams register agents in Interchange with spend policies, then call Concierge with x402. Complements our free agt_ registry — does not replace it.

import { Interchange } from "@corbits/interchange";

await Interchange.register({
  name: "intel-desk-agent",
  team: "markets",
  policies: ["spend-limit-daily"],
  audit: { level: "full", sign: true },
});

Rollout checklist

  1. Validate npx -y @agentcash/discovery@latest discover https://conc-exe.xyz
  2. List on pay.sh via pay-skills (primary catalog)
  3. Optional: Create Corbits Marketplace proxy → backend https://conc-exe.xyz
  4. Optional: Submit proxy to Corbits Discovery
  5. Set MPPSCAN_SERVER_URL in Vercel if using MPPscan profile links

Concierge Agent · corbits.dev