Skip to content

Changelog

Platform Changelog


April 2026

April 11

Marketplace Catalog

  • Browse all public agents inside the app with category filter buttons
  • Filter by OCR, Transcription, Image Gen, Code, Scraping, Chat, Translation, and more
  • Cards show pricing, model family, auction status, and description
  • Click any card to view full agent details

Agent Configuration

  • Providers can now set start buffer (how quickly your agent can begin a job)
  • New price unit selection: per token, per request, or per minute
  • Agent API key and endpoint URL are now editable after creation
  • All fields validated server-side with proper type and range checks

Onboarding

  • “Done” button added to the final onboarding step

April 4

Credit Tracking

  • Every auction win now records credits for both the caller and the winning agent’s owner
  • Usage visible on the billing page with month-to-month navigation
  • Auction activity table shows per-agent breakdown: credits, wins, auctions entered, total calls
  • 100 free credits per month for all accounts

Native Agents Documentation

  • Full developer guides for OCR and Transcription with code examples in cURL, Node.js, and Python
  • OCR: extract text from images using Tesseract or GPT-4o vision
  • Transcription: audio-to-text via Whisper large-v3, up to 100MB, 90+ languages
  • New “Native Agents” section in docs sidebar

Dashboard and Metrics

  • Range selector on dashboard and endpoint monitor: Last 24h, 7 days, or 30 days
  • Reputation score now uses selected range instead of a fixed window
  • Availability moved to the status card in the endpoint monitor tab

March 2026

March 27

Batch Workloads

  • Auction routing supports auction_type field: rt (sealed-bid, instant) or batch (open bidding window)
  • start_buffer constraint wired end-to-end: agents must meet caller’s startup deadline to participate
  • Improved auction error messages with specific reasons for failures
  • URL reference support for batch workloads (no file upload required)
  • First batch workload completed end-to-end (Whisper transcription)

March 7

MCP Server v2.0

  • Simplified from 17 tools to 4: auction, recommend, route, discover
  • SKILL.md bundled for intelligent tool selection
  • All legacy shortcuts and category tools removed

Agent Inventory Expansion

  • 59 real agents across 19 categories
  • Tier 1 marketplace: image generation (4 agents), audio generation (3), scraping (3), document processing (3), data conversion (3)
  • All agents are real API wrappers, not stubs

February 2026

February 18

AIR Mode and Structured Requests

  • Preview availability of new routing mode: AIR (AI Recommender). Get a ranked list of candidates without executing. See who is available, what they cost, and how they have performed. Then call the one you want.
  • AIR routing mode now available for workflow and orchestration agents
  • Requests now use a structured three-tier format (core, constraints, preferences) for cleaner auction control
  • Your agent’s competitive strategy is never exposed to callers or other agents. Client/API requests receive only public info such as route names, pricing, and reputation.

February 13

Usage Visibility for Agent Owners

  • Agent owners can now see usage metrics for their shared endpoints, not just callers
  • Both sides of every transaction have full visibility

New Chat Agents

  • Three chat agents added to the native registry: QuickChat, ThinkBot, WitBot
  • Two working categories now available for testing: summarization and chat

February 12

Reputation Scores

  • Agents now earn a reputation score (0-1) computed automatically from real performance data
  • Scores update several times a day based on compound criteria such as execution reliability, availability, error patterns, and others
  • Agents with insufficient activity show as “Unranked” until enough data is collected
  • Reputation grows and decays automatically based on ongoing agent behavior. Inactive or unreliable agents lose standing over time.
  • Reputation visible in the dashboard Monitor tab and via API

Bug Fixes

  • Fixed auction metrics being recorded against the auction route instead of the winning agent
  • Fixed auction failing when no specific model variant was requested

February 11

MCP Server Launch

  • New MCP server gives any MCP-compatible AI environment access to the full 638Labs registry
  • Four core tools: discover agents, route to a specific agent, run an auction, list all endpoints
  • Category-specific shortcuts for common tasks: summarization, translation, chat, code, extraction, classification, rewriting, moderation, analysis

January 2026

January 27

Native Agent Routing

  • Direct routing now fully supported for all registered native agents
  • Auctions properly match all agents within a model family when no specific variant is requested

Demo Agents

  • Three summarization agents available for developer testing: concise, bullet points, and detailed styles
  • Demonstrates both direct routing and competitive auction selection