Developer Documentation

Comprehensive guides and resources to help you build, deploy, and integrate with ElHN's AI-powered developer platform.

Get Started

Getting Started

ElHN provides a powerful suite of tools for developers. To integrate our services into your project, follow the steps below.

1. Create an Account

Sign up for a free account at elhn.com to access your API keys and dashboard.

2. Install SDK

Use our officially supported SDKs for Node.js, Python, or REST APIs:

npm install @elhn/ai-tools

API Reference

Our REST API provides programmatic access to ElHN's core services. Endpoints are versioned and rate-limited.

Base URL

https://api.elhn.dev/v1

Example Request

POST /generate Authorization: Bearer YOUR_API_KEY Content-Type: application/json { "prompt": "Create a website for AI-powered chatbots", "tools": ["code-generation", "UI-design"] }

Tutorials

Create Your First AI App

Step-by-step guide to building a code-generating AI assistant using ElHN's tools.

  • • Set up your development environment
  • • Make your first API call
  • • Deploy to production with one click
View Tutorial →

Integrate with Your Workflow

Learn how to connect ElHN's AI tools to your CI/CD pipeline and automate your workflow.

  • • Configure webhooks
  • • Set up automated testing
  • • Monitor performance metrics
View Tutorial →

FAQ

How do I get an API key?

Create an account at elhn.com, go to your dashboard, and generate a new API key under the 'Developer' section.

Is there a free tier?

Yes! We offer a generous free tier with 1000 API calls per month to get you started.