OpenRouter logo Integration available

Leverage OpenRouter's unified API to chain AI-driven actions into your blockchain workflows, enabling seamless automation across multiple LLMs. Integrate GPT-4, Claude, Llama and more to power dynamic prompts, data transforms, and smart contract interactions without leaving your crypto stack.

Public page

Open the user-facing integration overview for examples, templates, and sharing.

Action reference

Schema-level references for executable actions and test payloads.

Learn More
Trigger reference

Event and schedule triggers that can start B3OS workflows.

Learn More

Build With OpenRouter

Use OpenRouter when a workflow needs to call AI Prompt or related OpenRouter operations from a typed B3OS action. Start in the visual editor to connect an account, then use the references below for payload shape, required fields, and API testing.

Available Actions

ActionIDConnectorRequired fields
AI Prompt logo AI Promptai-llm-chat-prompt

Available Triggers

No trigger references are published for this integration yet.

Common Use Cases

Dynamic NFT Metadata Generation

Generate or update NFT attributes on-the-fly using AI prompts, enabling personalized assets based on user input or on-chain events.

Automated Compliance Reporting

Transform raw transaction data into regulator-friendly summaries with AI, then post the results to a governance channel.

Intelligent Smart Contract Debugging

Feed contract code snippets to an LLM via OpenRouter to receive suggestions for optimization, security checks, or gas-saving refactors.

Personalized DeFi Strategy Recommendations

Use AI to analyze portfolio data and market trends, then trigger automated rebalancing or alert actions based on the model's output.

Connector Notes

  • Create the connector from a trusted B3OS organization before publishing workflows that call external accounts.
  • Keep OAuth tokens, API keys, bot tokens, channel IDs, and account IDs in connector settings or workflow props, not in reusable public template text.
  • Test with the visual editor or POST /v1/actions/{type}/test before routing production traffic.

No public templates are linked to this integration yet.

FAQ

The integration currently supports actions only; triggers are not yet available.

OpenRouter provides access to a wide range of models including GPT-4, Claude, Llama, and many community-hosted variants.

You supply a prompt and optional context, and the action returns the model's response, which can be used to generate text, classify data, or drive downstream blockchain logic.

OpenRouter handles data securely, but you should avoid sending sensitive private keys or personally identifiable information through public model endpoints.

Yes—each AI Prompt or OpenRouter Transform can feed into subsequent steps, allowing complex multi-stage automations within B3OS.

Ask a question... ⌘I