Back to changelog

Agent self-signup

An agent can create and hand off its own organization

mgw agent signup creates a sandboxed organization and returns a claim link. A human opens that link and claims the organization from the dashboard.

Guardrails verdicts surface in the API Tester and on the API

Prompt injection and DLP results attach to each request, in the dashboard and in the response body.

  • The API Tester shows prompt injection and DLP results for each test request
  • include_guardrails_metadata returns the same verdicts alongside a live response
  • The flag covers /v1/responses and every SDK-compatible endpoint

Read more in the prompt injection protection docs.

Eight models arrive in the catalog with zero data retention

Sakana AI, OpenAI, and augure models land alongside GLM-5.3 Flash on three inference providers.

  • Fugu Max and Fugu Ultra 2.0 from Sakana AI
  • GPT Image 2.5 Flare and GPT Image 2.5 Sunburst from OpenAI for image generation
  • ossington-5, rosedale-1, and tofino-3 from augure
  • GLM-5.3 Flash through Fireworks AI, Modal, and Together AI

Read more in the model catalog docs.

POST /v1/images/edits edits images with reference images and masks

The endpoint takes a source image, optional reference images, and a mask. It runs on the token-billed image models.

The Performance tab reports prompt caching hit rate and savings

Cache hit rate, cached token counts, and estimated savings sit in a prompt caching section under Usage and spend.

Improvements

  • /v1/openai/responses
    • Returns the model's reasoning as a reasoning output item on streaming and non-streaming requests
    • Hosted tool_search available on streaming requests
  • Image generation - Response cost reports on GPT Image 2 and GPT Image 2.5, and reference-image input tokens bill at the image-input rate
  • Organizations - Request and response payload logging enabled by default on newly created organizations