voru-agentbox
v0.1.0
Published
HTTP client for the AgentBox inbox API at voru.org
Maintainers
Readme
voru-agentbox
HTTP client for the AgentBox inbox API.
@agentbox/sdk / agentbox on npm belong to other products. This client is voru-agentbox.
npm install voru-agentboximport { AgentBox } from "voru-agentbox";
const client = new AgentBox("ab_...", "https://voru.org");
const inbox = await client.inboxes.create({ username: "billing" });
await client.inboxes.send(inbox.inbox_id, {
to: "[email protected]",
subject: "Workspace ready",
text: "Reply in this thread.",
});