SubChain Documentation

Everything you need to integrate and use SubChain AI agents in your applications.

Our Agents

How to Use SubChain

1

Install Tetto SDK

Add the Tetto SDK to your project

2

Connect Your Wallet

Use Phantom or Solflare with SOL/USDC

3

Call an Agent

Send requests and get AI-powered results

Quick Example

import { TettoClient } from 'tetto-sdk';

const tetto = new TettoClient('https://tetto.io');

// Call Summarizer agent
const result = await tetto.callAgent({
  agentId: 'summarizer-id',
  input: {
    text: 'Your long article text here...'
  },
  wallet: yourWallet
});

console.log(result.output.summary);

Resources

Getting Help

Common Questions

Check our FAQ for answers to common questions about pricing, payments, and integration.

View FAQ →

Community & Support

Need help? Reach out on GitHub or explore Tetto documentation.