Avify website screenshot

Avify

Avify is a WhatsApp-first commerce and CRM platform for small and medium-sized businesses (PYMEs) across Latin America. It centralizes conversations from WhatsApp, Instagram and Messenger and connects them to a real-time inventory system, an online store and catalog, a point-of-sale for physical stores, conversational marketing with AI agents, payment processing, shipping integrations and electronic invoicing. For developers, Avify exposes a GraphQL API and a REST API (base path /api/v1) authenticated with an api-key header, covering products, inventory, store locations, carts, orders and payment methods, plus order webhooks for create/update events. A public GraphQL sandbox is available for testing before going live.

Avify publishes 2 APIs on the APIs.io network. Tagged areas include Company, Commerce, eCommerce, CRM, and WhatsApp.

The Avify catalog on APIs.io includes 1 event-driven AsyncAPI specification.

Avify’s developer surface includes documentation, API reference, getting-started guide, authentication, support, engineering blog, pricing, and 22 more developer resources.

42.4/100 thin ▬ flat Agent 43/100 agent aware Full breakdown ↓
scored 2026-07-27 · rubric v0.5
AccessSelf serve
2 APIs 1 MCP Servers
CompanyCommerceeCommerceCRMWhatsAppConversational CommerceInventoryPoint of SalePaymentsOrdersGraphQLLatin AmericaSMB

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-27 · rubric v0.5
Composite quality — 42.4/100 · thin
Contract Quality 5.7 / 25
Developer Ergonomics 14.8 / 20
Commercial Clarity 8.9 / 20
Operational Transparency 1.7 / 13
Governance 0.0 / 12
Discoverability 9.3 / 10
Agent readiness — 43/100 · agent aware
Machine-Readable Contract 0 / 18
Agentic Access Contract 0 / 15
MCP Server 12 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 6 / 6
Agent Skills 5 / 5
Well-Known Catalog 4 / 4
Consent & Bot Identity 0 / 3
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/avify: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 2

Individual APIs this provider publishes, each with its own machine-readable definition.

Avify GraphQL API

Avify's primary developer API. A GraphQL endpoint covering products, inventory, store locations, carts, orders and payment methods. Authenticated with the api-key header. A publ...

Avify REST API v1

Avify's REST API (base path /api/v1). Includes a connectivity test endpoint and store/product media upload. Authenticated with the api-key header.

MCP Servers 1

Model Context Protocol servers that expose these APIs to AI agents.

avify-mcp.yml

MCP SERVER

Event Specifications 1

AsyncAPI definitions for this provider's event-driven and streaming APIs.

Avify Webhooks

ASYNCAPI

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Avify Authentication

apiKey · 1 scheme

SECURITY

Avify Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Resources

Get Started 5

Portal, sign-up, and the first successful call

Documentation 3

Reference material describing how the API behaves

Agent Surfaces 4

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 6

Pagination, idempotency, versioning, errors, and events

Build 2

SDKs, sample code, and the tooling you integrate with

Access & Security 3

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: avify
name: Avify
description: Avify is a WhatsApp-first commerce and CRM platform for small and medium-sized businesses (PYMEs) across Latin
  America. It centralizes conversations from WhatsApp, Instagram and Messenger and connects them to a real-time inventory
  system, an online store and catalog, a point-of-sale for physical stores, conversational marketing with AI agents, payment
  processing, shipping integrations and electronic invoicing. For developers, Avify exposes a GraphQL API and a REST API (base
  path /api/v1) authenticated with an api-key header, covering products, inventory, store locations, carts, orders and payment
  methods, plus order webhooks for create/update events. A public GraphQL sandbox is available for testing before going live.
url: https://raw.githubusercontent.com/api-evangelist/avify/refs/heads/main/apis.yml
x-type: company
x-source: vc-portfolio
x-backed-by:
- 500-global
x-tier: profiled
x-tier-reason: enriched-from-public-developer-surface
accessModel:
  pricing: unknown
  onboarding: self-serve
  trial: false
  try_now: false
  public: false
  label: Self-serve signup
  confidence: medium
  source:
  - authentication
  generated: '2026-07-22'
  method: derived
specificationVersion: '0.20'
created: '2026-07-17'
modified: '2026-07-18'
image: https://avify.com/images/og.png
tags:
- Company
- Commerce
- eCommerce
- CRM
- WhatsApp
- Conversational Commerce
- Inventory
- Point of Sale
- Payments
- Orders
- GraphQL
- Latin America
- SMB
apis:
- name: Avify GraphQL API
  description: Avify's primary developer API. A GraphQL endpoint covering products, inventory, store locations, carts, orders
    and payment methods. Authenticated with the api-key header. A public GraphQL sandbox is available.
  humanURL: https://avify.com/docs/introduccion-api
  baseURL: https://api.avify.com/graphql
  tags:
  - GraphQL
  - Commerce
  - Inventory
  - Orders
  properties:
  - type: GraphQL
    url: https://avify.com/docs/introduccion-api
  - type: Documentation
    url: https://avify.com/docs/introduccion-api
- name: Avify REST API v1
  description: Avify's REST API (base path /api/v1). Includes a connectivity test endpoint and store/product media upload.
    Authenticated with the api-key header.
  humanURL: https://avify.com/docs/introduccion-api
  baseURL: https://api.avify.com/api/v1
  tags:
  - REST
  - Commerce
  properties:
  - type: Documentation
    url: https://avify.com/docs/introduccion-api
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: DomainSecurity
  url: security/avify-domain-security.yml
- type: Website
  url: https://avify.com
- type: DeveloperPortal
  url: https://avify.com/docs
- type: Documentation
  url: https://avify.com/docs
- type: APIReference
  url: https://avify.com/docs/introduccion-api
- type: GettingStarted
  url: https://avify.com/docs/guia-inicio-rapido
- type: Authentication
  url: https://avify.com/docs/autenticacion-api
- type: Support
  url: https://avify.com/docs/soporte-y-recursos-adicionales
- type: Blog
  url: https://avify.com/blog
- type: GitHubOrganization
  url: https://github.com/avify-com
- type: Pricing
  url: https://avify.com/pricing
- type: SignUp
  url: https://app.avify.com/auth/register
- type: Login
  url: https://app.avify.com/auth/login
- type: TermsOfService
  url: https://avify.com/terminos-y-condiciones
- type: PrivacyPolicy
  url: https://avify.com/politica-de-privacidad
- type: GraphQL
  url: graphql/avify-graphql-operations.yml
- type: Authentication
  url: authentication/avify-authentication.yml
- type: Conventions
  url: conventions/avify-conventions.yml
- type: ErrorCatalog
  url: errors/avify-error-codes.yml
- type: Webhooks
  url: asyncapi/avify-webhooks.yml
- type: Sandbox
  url: sandbox/avify-sandbox.yml
- type: DataModel
  url: data-model/avify-data-model.yml
- type: Packages
  url: packages/avify-packages.yml
- type: MCPServer
  url: mcp/avify-mcp.yml
- type: LLMsTxt
  url: llms/avify-llms.txt
- type: WellKnown
  url: well-known/avify-well-known.yml
- type: Lifecycle
  url: lifecycle/avify-lifecycle.yml
- type: Conformance
  url: conformance/avify-conformance.yml
- type: AgentSkill
  url: skills/_index.yml
x-enrichment:
  date: '2026-07-19'
  status: backfilled
  pass: local-v1
  note: backfilled from .gitignore signal + verified work evidence