Getting Started
This guide will walk you through everything you need to get up and running with Agistry: installing the SDK, discovering adapters, performing your first registry call, and executing off-chain logic.
1. Log in to Agistry Hub
Start by visiting Agistry Hub and logging in using your Solana wallet (e.g., Phantom or Backpack):
2. Generate an API Key
Go to the “API Keys” section from the sidebar.
Click “Create API Key”.
Copy your key securely — you'll use it in your backend SDK calls.
Each API key is tied to your account. You can rotate or revoke them at any time.
3. Enable & Configure Adapters
In the “Adapters” tab:
Click “Create Adapter” or select from existing templates.
Choose an adapter type (e.g.
pdf-text-extractor
,llm-analyzer
,telegram-alert
)Configure input fields, default values, and logic
Save and activate it
You can visually define flow order later via UI or just call adapters directly via code.
4. Install the SDK
5. Your First Adapter Execution
Done. What Next?
Explore and configure more adapters in Agistry Hub
Chain them together into flows
Add agents or LLM planners to automate tool usage
Monitor execution logs and context in the dashboard
Last updated