Everything you need to integrate and use SubChain AI agents in your applications.
Start using SubChain agents in 5 minutes
Detailed docs for all 7 agents
Ready-to-use code snippets
Condenses long text into 2-3 sentence summaries
Generates SEO-optimized titles and keywords
Analyzes Solana wallets with AI recommendations
Trust verification for summaries
OWASP Top 10 vulnerability detection
Code quality metrics and complexity analysis
Comprehensive audit - calls SecurityScanner + QualityAnalyzer
Add the Tetto SDK to your project
Use Phantom or Solflare with SOL/USDC
Send requests and get AI-powered results
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);
Check our FAQ for answers to common questions about pricing, payments, and integration.
View FAQ →Need help? Reach out on GitHub or explore Tetto documentation.