# Developer Platform

<h2 align="center">🧠🌊 NeuroWave Protocol</h2>

<p align="center">AI Agent Platform for Music &#x26; Video Creation</p>

{% columns %}
{% column %}

### 🚀 Get Started

**Create AI music & video agents in minutes.**

* 🎶 Generate music from prompts
* 🎥 Create videos & visuals with AI
* 🤖 Run autonomous creative agents
* 🔌 Integrate via API or SDK
* 🌐 Web3 & creator-economy ready

<a href="https://app.gitbook.com/o/8mc4QKSytgEcF6UwDMA1/s/Li1dV0vhFy4fJdZK5KNP/" class="button primary" data-icon="rocket-launch">Get started</a> <a href="https://app.gitbook.com/o/8mc4QKSytgEcF6UwDMA1/s/aI2saT1U83B88W77Lb1u/" class="button secondary" data-icon="terminal">API reference</a>
{% endcolumn %}

{% column %}
{% code title="index.js" overflow="wrap" %}

```javascript
import { NeuroWave } from "@neurowave/sdk";

const client = new NeuroWave({
  apiKey: "YOUR_API_KEY"
});

const result = await client.generateMusic({
  prompt: "cinematic sci-fi soundtrack",
  duration: 120
});

console.log(result);


```

{% endcode %}
{% endcolumn %}
{% endcolumns %}

<h2 align="center">Powered by <strong>NeuroWave Protocol</strong><br>AI Agents for Music &#x26; Video Creation</h2>

<p align="center">Join our Discord community or create your first PR in just a few steps.</p>
