


Figena
An npm package for Node.js with an agent-friendly API for reliable Figena access.
Quick Start
npm install @figena/npmIllustrative examples—final APIs may differ.
For teams that want fast, programmable access to Figena—especially for automations and AI agents.
Need something today?
Use Figena’s existing OpenPort while Figena for npm is coming soon.
Complete product access, plus agent-friendly primitives for automation workflows.
All items below may change before release.
Illustrative examples—final APIs may differ.
Install
npm install @figena/npmInitialize
import { FigenaClient } from '@figena/npm'\n\nconst client = new FigenaClient({\n apiKey: process.env.FIGENA_API_KEY\n})\n\n// Example request (illustrative)\nawait client.ping()Webhooks
import { verifyWebhookSignature } from '@figena/npm/webhooks'\n\nconst isValid = verifyWebhookSignature({\n payload,\n signature,\n secret: process.env.FIGENA_WEBHOOK_SECRET\n})\n\nif (!isValid) throw new Error('Invalid signature')The Figena npm package is coming soon. In the meantime, explore OpenPort or reach out to discuss agent and automation use cases.