VibeX
HomeFeedDiscoverCreatorsDojoAnalyticsEvents
VibeX

The launch platform for AI-native creations. Discover, publish, and evolve vibe coding projects built for the LLM era.

Platform

ExploreHuntIdea LabCreatorsLaunch ProjectEvents

Resources

Trends & InsightsAPI (Coming Soon)DocumentationChangelog

Community

DiscordTwitter / XGitHubNewsletter

© 2026 VibeX. Built for the AI-native era.

Crafted with vibe coding energy

VIBEX://DEV-PORTAL v2.0━━━
$ vibex --dev-portal
> Developer Platform
> API Overview
🌐
REST API
16 endpoints supporting Agent execution, workflows, project management
⚡
Streaming
SSE real-time streaming, live Agent execution steps
🔔
Webhooks
Event webhooks (coming soon)
> API Endpoint Docs
Agent API
Workflow API
AI API
Project API
Social API
> API Key Management
Your Key:vx-pk-a3f8••••••••••••7b2e
Requests: 1,247 / Limit 10,00012.5%
> SDK Download
TypeScript SDK
npm install @vibex/sdk
Python SDK
pip install vibex-sdk
cURL
curl -H "Authorization: Bearer vx-pk-..." https://vibexforge.com/api/...
> Code Examples
import { VibeX } from "@vibex/sdk";

const vx = new VibeX({ apiKey: "vx-pk-..." });

const result = await vx.agents.run({
  agentId: "agent_abc123",
  input: { prompt: "Analyze this code quality" },
  config: { maxTokens: 4096 },
});

console.log(result.output);
// => "Code analysis result: Overall quality is good..."
> Webhook Management
Registered Webhooks (2)
ACTIVEhttps://example.com/webhook/vibex
project.createdproject.upvoted
Last: 1h ago
DISABLEDhttps://myapp.dev/hooks/battlesFAIL:5
battle.completedagent.run
Last: 2d ago
> Recent Deliveries
EventStatusTimeWhen
project.created200142ms1h ago
project.upvoted20098ms2h ago
battle.completed5003021ms4h ago
agent.run200210ms8h ago
project.createdERR10001ms1d ago
Supported events: project.created, project.upvoted, battle.completed, agent.run, comment.created, idea.submitted
> Rate Limits
PlanReq/dayTokens/day
Free10010K
Pro10,0001M
EnterpriseUnlimitedUnlimited
>