Monetize AI Agentswith one line of code.
The first Solana-native payment gateway for the agent economy. Settlement in 400ms.
import { ZionGate } from '@ziongateway/sdk';
const app = express();
const zion = new ZionGate({
apiKey: "zion_live_...",
price: 0.0001 // USD
});
// Monetize endpoint
app.use("/agent", zion.express());Built with the best