LOADING...
npm install @vibex/sdkpip install vibex-sdkcurl -H "Authorization: Bearer vx-pk-..." https://vibexforge.com/api/...import { VibeX } from "@vibex/sdk";
const vx = new VibeX({ apiKey: "vx-pk-..." });
const result = await vx.agents.run({
agentId: "agent_abc123",
input: { prompt: "Analyze this code quality" },
config: { maxTokens: 4096 },
});
console.log(result.output);
// => "Code analysis result: Overall quality is good..."| Plan | Req/day | Tokens/day | |
|---|---|---|---|
| Free | 100 | 10K | |
| Pro | 10,000 | 1M | |
| Enterprise | Unlimited | Unlimited |