AGISTRY DOCUMENTATION
  • Overview
    • Introduction
  • How Agistry works?
  • Roadmap
  • agistry hub
  • Dashboard
  • Create your first Agent
  • Manage your Agents
  • Triggers
  • Adapters & Modules
  • Workflows
  • API Keys
  • Enterprise
  • Framework
    • Core Concepts
    • Getting Started
    • Building and Deploying
  • Execution Model
    • SDK
      • Authentication
      • Adapter Calls
      • Design Flow
    • Adapters
      • Adapter Specification
      • Adapter Schema
      • Adapter Execution
  • Registry
    • Registry Design
    • Capability Matching
  • official links
    • Website
    • GitHub
  • X/Twitter
  • Telegram
Powered by GitBook
On this page
  • What are Adapters?
  • How Adapters Work:
  • Using the Adapters & Modules Panel
  • Using the Adapters & Modules in Agent Manager
Export as PDF

Adapters & Modules

PreviousTriggersNextWorkflows

Last updated 3 days ago

What are Adapters?

Adapters in Agistry are modular components that act as bridges between your AI agents and external services, APIs, or smart contracts. While triggers define when something should happen, adapters define what happens and where.

An adapter can call an API, execute on-chain logic, send a message, generate an image, or perform virtually any programmable task. You can use pre-built adapters or create your own.

We’re planning to implement over 128 pre-built adapters & modules in Agistry Hub, covering popular APIs, AI services, on-chain protocols, and automation tools, giving you everything you need to build powerful agents out of the box.

How Adapters Work:

  • Triggered by Events: Adapters are activated when a trigger fires.

  • Execute Logic: Once activated, an adapter runs its logic — like sending a tweet, calling an API, or posting to a webhook.

  • Return Results: Output data is sent back to the agent or passed to the next step in the workflow.

Adapters can be chained together in workflows to create powerful multi-step behaviors.


Using the Adapters & Modules Panel

Inside the panel, you can:

  • Browse Available Adapters: Explore pre-built adapters from the Agistry ecosystem.

  • View Installed Adapters: See which adapters are already connected to your agents.

  • Install Adapters: Add adapters to your agents based on what tasks they need to perform.

  • Create Custom Adapters: Build your own adapter from scratch using the Agistry Framework SDK.

  • Preview Logic Modules: View available reusable logic blocks that can be connected to adapters.


Using the Adapters & Modules in Agent Manager

To add a new adapter to your agent in agent manager, access the agent page and click on this button in connected adapters list.

This will open a modal with available Adapters:

Adapters are different and require configuration, all adapters have different inputs and configuration. (twitter adapter preview)