Skip to content
AchaduDevelopers
Operational APIGo to website
Dashboard
Achadu/Developers/Version history

Everything that changes on the public platform.

New features, fixes and operational changes for REST, MCP, CLI and webhooks are gathered here.

Complete environment to build and operate

Isolated sandbox

ach_test keys and restoreable data separated from production.

Observability by key

Volume, success, latency, errors and audit export.

Webhook Inspector

Payload, response, duration, attempts and resend on a single screen.

Applications

Own client credentials and temporary tokens with scopes.

Automations

Native recipe library installed as draft.

Contract Tests

Internal validation of routes, scopes, events and isolation.

Versioned events

Stable schema and example for each webhook type.

Observable billing

Mercado Pago notifications, reconciliation and operational history.

Expanded operational coverage

120 operations

The API now covers 80 paths across 17 domains.

Complete recipe

Imports, synchronization, receipts and reconciliation.

Programmable store

CRUD of collections and public pages with SEO.

Operational inbox

Contacts, notes, assignment, reopening and message status.

Observable journeys

Validation, execution and history of each execution.

Manageable webhooks

Catalog, rotation, testing and resending deliveries.

Integrations

Account catalog, health, testing and controlled disconnection.

Analytics

Funnel, revenue and attribution plus summary and time series.

Public API, MCP and CLI

First public release with scoped keys, auditing, OpenAPI, 70 REST operations, remote MCP server, CLI, and durable HMAC webhooks.

Follow the contract

Use OpenAPI as the source of truth and compare the file in CI to review additive changes before regenerating clients.

bash
curl -fsSL https://achadu.com/api/v1/openapi.json -o openapi.json
git diff -- openapi.json