Elbelo CoCoCicacaX

Welcome to the Developer Docs

Master the tools, APIs, and workflows that power the Elbelocococicacix universe. Whether you're building plugins, custom integrations, or exploring our ecosystem, you're in the right place.

🎓 Learn by Example

🚀

Build Your First Plugin

Create a basic function plugin using our SDK in under 5 minutes.

View Tutorial
⚙️

Advanced API Integration

Implement secure authentication and batch processing with our APIs.

View Tutorial
JavaScript elbelsdk@latest

// Example: Create a basic plugin
import { ElbelSDK } from "@elbelo/sdk";

const myPlugin = new ElbelSDK({
    apiKey: "your_api_key_here"
});

myPlugin.run("hello-world", {
    message: "Hello from the plugin!"
}).then(response => {
    console.log("Plugin response:", response.data);
});

                

🧭 Frequently Asked Questions

How to get an API key?

Log in to your account at /dashboard, then generate a key under the API section.

Can I use the SDK with Node.js?

Yes, our SDK supports Node.js 14+. Check the Node.js guide for detailed instructions.

What payment methods are supported?

All major credit cards, PayPal, and cryptocurrency (BTC, ETH) are supported. View plans for more info.