HelpCore Docs

Sign In

Welcome to HelpCore Docs

Everything you need to build, integrate, and scale your support infrastructure using HelpCore's powerful developer ecosystem.

auto_stories

Core Concepts

Understand the architecture and fundamental principles of the HelpCore platform.

code

API Reference

Detailed documentation for our REST and GraphQL APIs with interactive code snippets.

terminal

SDKs & Libraries

Ready-to-use packages for Node.js, Python, Go, and React Native developers.

hub

Integrations

Connect HelpCore with Slack, Discord, Zendesk, and 50+ other business tools.

info

PRO TIP

You can use our Command Palette (Cmd + K) to jump to any page or trigger actions instantly across the dashboard.

Quick Start Guide

To get started with HelpCore, you'll first need to generate an API key from your developer settings. This key will be used to authenticate all requests to our services.

curl -X POST https://api.helpcore.com/v1/auth/token \
  -H "Content-Type: application/json" \
  -d '{"api_key": "YOUR_SECRET_KEY"}'

Once authenticated, you can begin exploring our modules. We recommend starting with the Identity Module to set up your first user context.