Building with the Plugin
How to build automations, assemblies, and integrations on APIANT with Claude Code as the driver.
You describe the integration in plain English; Claude builds it. "Build a daily sync that pulls new HubSpot contacts into Mailchimp" is enough — Claude matches the request to the right skill and starts.
You don't pick the skill — Claude does. Describe what you want in plain English ("test it", "build a webhook that summarizes incoming text", "add a step that loops over the items"), and Claude reaches for the right skill.
What you're building
The thing you ship is an integration solution — usually a suite of automations that coordinate to do something useful: sync clients between two systems, route orders into a CRM, drive a multi-step workflow across a half-dozen services. Simpler integrations are sometimes a single automation. Either way, automations are the unit Claude builds.
If APIANT doesn't already have a connector for the service the automation talks to, Claude builds the assembly first. The assembly is the connector — it owns the credentials, the triggers, and the actions for that service. Once it exists, every automation in your account can reuse it.
Most of what Claude builds are automations and the suites that group them. Building an assembly is a prerequisite step, not a goal.
Build automations
The mainline workflow: describe the integration, Claude ships it.
- Setup — install, update, or repair the APIANT plugin via the apiant-cli.
- Build — create automations, suites, and forms.
- Edit — modify live automations safely.
- Test & Deploy — end-to-end validation and dev → prod.
- Automation Patterns — reusable building blocks Claude applies as it builds.
- Closed-Loop Learning — how Claude gets better at building APIANT automations.
- Ops & Support — monitor, diagnose, alert handling.
Build assemblies (when needed)
If the service doesn't have a connector yet, Claude builds the assembly first, then the automation that uses it.
- App Connectors — what connectors are, the three auth flavors, and OAuth registration.
- Assembly Triggers — every way an automation can start.
- Assembly Actions — every CRUD operation against an external service.
In this section
Setup
Walkthrough for installing, updating, or repairing the APIANT plugin via the apiant-cli.
Build
Create new automations, assemblies, integration suites, and forms from natural-language prompts.
Edit
Modify live automations and assemblies safely — add steps, swap apps, change endpoints, rename settings.
Test & Deploy
End-to-end validation, branch coverage, failure diagnosis, and dev-to-prod publication.
Automation Patterns
Reusable automation patterns — chat widgets, CSV field mapping, error handling, and more.
Closed-Loop Learning
How Claude gets better at building APIANT automations — patterns extracted from successful builds, autonomous test-fix loops, and live diagnosis and repair.
Ops & Support
Monitor production automations, diagnose failures, and control alert behavior.
App Connectors
What a connector is, the auth flavors (OAuth, API key, no credentials), and how to register an OAuth app with a vendor.
Assembly Triggers
Every way an APIANT automation can start a run — polling and webhooks.
Assembly Actions
Every CRUD operation against a target app.