reply-api

Installation
SKILL.md

Working with Reply API v3

Purpose

API v3 (https://api.reply.io/v3) is the full execution surface of Reply — contacts, sequences, inbox, channels, tasks, schedules, reports, webhooks and the AI-SDR cluster. The docs are built for agents: this skill teaches the discovery-first workflow that avoids invented endpoints and malformed bodies.

When to use / when NOT to use

  • Use whenever a task needs an endpoint you haven't verified in this session, or an error needs interpreting.
  • Do NOT guess endpoint paths or body shapes from memory — verify against the docs first.

Prerequisites

A working credential (reply auth whoami succeeds) with the scopes the target endpoints require.

Installs
2
First Seen
Jul 30, 2026
reply-api — reply-team/reply-skills