Getting Started

Welcome to ExecMind - the decentralized AI execution layer for Web3. This guide will help you get started with integrating ExecMind into your applications.

Quick Start

npm install @execmind/sdk

import { ExecMind } from "@execmind/sdk"

const execMind = new ExecMind({
  apiKey: process.env.EXECMIND_API_KEY
})

Key Concepts

AI Agents

Autonomous programs that execute strategies on-chain with built-in risk management and policy enforcement.

Execution Layer

The infrastructure that validates, monitors, and executes agent decisions across multiple blockchains.