# Send PAPI - WhatsApp API to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "papi",
    "name": "PAPI - WhatsApp API",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/rafacpti23/papi",
    "canonicalUrl": "https://clawhub.ai/rafacpti23/papi",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/papi",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=papi",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/catalog.md",
      "references/groups.md",
      "references/integrations.md",
      "references/interactive.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "papi",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-06T19:22:42.805Z",
      "expiresAt": "2026-05-13T19:22:42.805Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=papi",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=papi",
        "contentDisposition": "attachment; filename=\"papi-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "papi"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/papi"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/papi",
    "downloadUrl": "https://openagent3.xyz/downloads/papi",
    "agentUrl": "https://openagent3.xyz/skills/papi/agent",
    "manifestUrl": "https://openagent3.xyz/skills/papi/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/papi/agent.md"
  }
}
```
## Documentation

### PAPI - WhatsApp Connections Hub

The WhatsApp automation you've been waiting for.

Complete redesign with microservices architecture — modular, scalable, and independent.

🌐 Official Website: https://papi.api.br
🤝 Partner: Mundo Automatik

### 📑 Table of Contents

Features
Configuration
Authentication
Main Endpoints
Detailed References
Credits

### 📊 Admin Panel (Free)

Multi-language interface (PT-BR, EN, ES)
Instance management
Real-time monitoring
Behavior configuration
Usage statistics

### 🔥 Pro Features

FeatureCapabilities📞 Phone CallsChip-based calls, WhatsApp calls, Extension system, Call management💬 RCS MessagingRich media sending, Buttons & carousels, Read receipts, Typing indicator📱 Call CenterChip rotation (30 ports), Bulk SMS sending, Configurable rate limiting✉️ Professional SMSIndividual/bulk sending, Smart chip rotation, Port configuration🔢 Virtual NumbersInstant purchase, Auto activation, Full management

### ⚙️ Configuration

Before using, configure in TOOLS.md:

### PAPI (WhatsApp)
- Base URL: https://your-server.com
- API Key: your-api-key
- Default Instance: instance-name

### 🔐 Authentication

All requests require the x-api-key header:

curl -X GET "https://your-server.com/api/instances" \\
  -H "x-api-key: YOUR_KEY"

### Instances

MethodEndpointDescriptionGET/api/instancesList all instancesPOST/api/instancesCreate instance {"id": "name"}GET/api/instances/:id/qrGet QR codeGET/api/instances/:id/statusInstance statusDELETE/api/instances/:idRemove instance

### Send Messages

JID format: 5511999999999@s.whatsapp.net

TypeEndpointRequired FieldsTextPOST /send-textjid, textImagePOST /send-imagejid, url or base64, captionVideoPOST /send-videojid, url or base64AudioPOST /send-audiojid, url, pttDocumentPOST /send-documentjid, url, filenameLocationPOST /send-locationjid, latitude, longitudeContactPOST /send-contactjid, name, phoneStickerPOST /send-stickerjid, urlReactionPOST /send-reactionjid, messageId, emoji

### Interactive Messages

TypeEndpointDescriptionButtonsPOST /send-buttonsquick_reply, cta_url, cta_call, cta_copyListPOST /send-listMenu with sectionsCarouselPOST /send-carouselSliding cards (mobile only)PollPOST /send-pollVoting up to 12 options

### Groups

MethodEndpointDescriptionPOST/groups/createCreate groupGET/groups/:groupId/metadataGroup infoPOST/groups/:groupId/participantsManage members (add/remove/promote/demote)

### Webhook

POST /api/instances/:id/webhook
{
  "url": "https://your-server/webhook",
  "enabled": true,
  "events": ["messages", "status"]
}

### 📚 Detailed References

FileContentreferences/interactive.mdButtons, lists, carousel, polls examplesreferences/groups.mdGroup managementreferences/catalog.mdProduct catalogreferences/integrations.mdTypebot, Chatwoot integrations

### 👥 Credits

Developed by: Pastorini
Website: https://papi.api.br
Partner: Mundo Automatik
Skill maintained by: @rafacpti23
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: rafacpti23
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-06T19:22:42.805Z
- Expires at: 2026-05-13T19:22:42.805Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/papi)
- [Send to Agent page](https://openagent3.xyz/skills/papi/agent)
- [JSON manifest](https://openagent3.xyz/skills/papi/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/papi/agent.md)
- [Download page](https://openagent3.xyz/downloads/papi)