Playground

Experiment with Hooble APIs, test agents, and build prototypes in your browser.

Interactive Code Editor

javascript
// Try Hooble in the browser
const hooble = new HoobleClient({
apiKey: 'your-api-key'
});
// Create an agent
const agent = await hooble.agents.create({
name: 'test-agent',
model: 'hooble-ai',
tools: ['chain', 'cloud']
});
// Run the agent
const result = await agent.run(
'Analyze the latest blockchain transactions'
);
console.log(result);

Examples

AI Inference

Test AI models and see results in real-time.

Try Example →

Agent Creation

Create and test autonomous agents.

Try Example →

Blockchain Queries

Query blockchain data and interact with contracts.

Try Example →

Data Pipelines

Build and test data processing pipelines.

Try Example →

Ready to build?

Get API Key →