Alkimi for Developers

The Alkimi Marketplace is built on IAB Tech Lab's agentic standards — AAMP, the Ad Context Protocol (AdCP) and the Agentic Real-Time Framework (ARTF). These resources let developers and AI agents integrate with Alkimi programmatically.

  • OpenAPI 3.1 spec

    Machine-readable description of the Alkimi public API.

  • sellers.json

    IAB transparency file of authorised sellers.

  • llms.txt

    Agent-oriented guide to this site and when to use it.

  • Sitemap

    All indexable URLs with last-modified dates.

Errors

Errors under /api/* are returned as application/problem+json bodies, per RFC 9457, with the shape:

{
  "type": "https://www.alkimi.org/developers#errors",
  "title": "string",
  "status": number,
  "code": "string",
  "detail": "string?",
  "resolution": "string?"
}

detail and resolution are optional and only present when they add useful context. The registry of code values in use:

CodeEndpointMeaning
invalid_json/api/contactRequest body is not valid JSON.
missing_fields/api/contactOne or more required fields are missing.
invalid_email/api/contactwork_email is not a well-formed email address.
invalid_priority/api/contactpriority is not one of high, standard or message.
submission_failed/api/contactThe submission could not be stored upstream.
invalid_messages/api/chatThe messages payload is missing or not an array.
origin_forbidden/api/chatThe request did not come from an allowed origin.
rate_limited/api/chatToo many requests. Honor the Retry-After header before retrying.
method_not_allowed/api/chatThe HTTP method is not supported on this endpoint.
invalid_secret/api/revalidateThe ?secret= query parameter is missing or incorrect.
unknown_endpointAny unknown /api pathNo route matches the requested /api path.
Entering Alkimi Marketplace...