All integrations
Agents & AILive
Vercel AI SDK
Seranox tools for the AI SDK's tool-calling loop.
@seranox/agent-kit exports seranoxTools — framework-neutral tools with zod parameters and an execute function — that drop into the Vercel AI SDK's generateText / streamText tool loop.
What it does
- Same tool set as the MCP server, typed end to end. The kits are open source on GitHub (not yet on npm — clone and link).
- A credit guard caps what an agent loop may burn per rolling window before the request is sent.
- defineStrategy / runStrategy / backtest for agents that act on new pairs, wallet updates, and dislocation — routes are built unsigned and handed to your signer.
tsVercel AI SDK
import { generateText } from "ai";
import { SeranoxClient } from "@seranox/sdk";
import { seranoxTools } from "@seranox/agent-kit";
const client = new SeranoxClient({ apiKey: process.env.SERANOX_API_KEY, budget: { maxSera: 50 } });
const { text } = await generateText({
model, // any AI SDK model
tools: seranoxTools(client),
prompt: "Which clean-risk pairs under 30 minutes old have > $50k liquidity?",
});Non-custodial, always
No integration on this page can move funds. Routes are unsigned until you confirm in your wallet; agents and relays only read the metered API and report what they burn.
Connect a wallet and read the tape. Nothing to install on our side.
- Non-custodial
- No emissions, no APY
- Points convert to $SERA at launch