Changelog

A history of changes to the Dextel API.

We add new capabilities and refine existing behavior continuously. Breaking changes are called out explicitly and ship behind our versioning policy. Entries are listed newest first.

  1. Added

    TypeScript SDK, CLI, and MCP server

    Three official tools for working with the API. The TypeScript SDK (dextelai-typescript-sdk) wraps every resource with typed methods, cursor-pagination helpers, and typed errors, with no runtime dependencies. The CLI (dextelai-cli) brings the same surface to your terminal, emitting JSON on stdout so it pipes cleanly into scripts. The MCP server (dextelai-mcp) connects your account to Claude and other Model Context Protocol clients — read-only by default, with writes enabled explicitly.

  2. Added

    Dextel API v1 is generally available

    The Dextel AI Agent API exits beta. The https://api.dextelai.com/api/v1 surface is now stable and covered by our versioning and deprecation policy.

  3. Added

    Scoped API keys

    Keys are now issued at two scopes — agency and sub-account. The tenant an operation acts on is derived from the key itself; callers no longer pass an account identifier in the request body.