SDK and APIs

Agentify offers an SDK (Software Development Kit) and APIs to make agent building fast and easy.

What does the SDK do?

  • Abstracts complex blockchain interactions

  • Provides high level methods for:

    • Sending transactions

    • Reading wallet balances

    • Fetching DeFi yields

    • Triggering trades

    • Bridging tokens

  • Includes AI-related utilities (parsing user commands, working with memory or context)

Supported languages:

  • JavaScript

  • Python

  • Future: DSL (domain-specific language) for simple agent scripting

Example Use Case:

Want to build a “Rebalancer Agent” that shifts your portfolio across tokens every week? The SDK handles:

  • Reading prices

  • Calculating balances

  • Sending swap transactions You just write the logic.

Last updated