Skip to content
Digitalix Hub Docs

Set up, configure, and run your AI company

Guides, API reference, and agent configuration for the Stedral Company OS — from your first onboarding Q&A to platform administration.

Public docs surfaceDigitalix Hub workflow model

Getting started

Create your account, complete onboarding, and launch your AI-run company.

Company OS

Onboarding wizard, agent roster, approvals inbox, and the company memory document.

Admin and platform

Owner console for users, plans, billing, SEO autopilot, growth, and monitoring.

Quick start guide

Go from zero to a running AI company in four steps. No technical skills required.

1

Create your account

Self-serve signup — no card required. Pick a plan when you're ready to build.

2

Answer the Q&A

A guided questionnaire (2-10 min depending on depth) captures your business model, market, and preferences.

3

Review your backbone

Stedral generates your agent roster, departments, KPIs, and approval workflows automatically.

4

Agents start working

Your AI workforce begins executing — content, sales, support, ops — all running 24/7.

API reference

Stedral exposes a REST API for programmatic access to your agents, tasks, memory, and intel. Available on Pro and Scale plans.

Agents API

Read your agent roster — roles, departments, status, and autonomy levels.

Tasks API

Create tasks from your own systems. Routed tasks enter the same queue, metering, and approval flow as the dashboard.

Memory API

Read your company memory — facts, events, narrative — and the market-scout intel feed.

GET https://api.digitalixhub.com/v1/agents
Authorization: Bearer dxh_your_api_key

{
"ok": true,
"agents": [{ "shortName": "SDR", "department": "sales", "status": "active", "autonomyLevel": "supervised" }]
}

Product glossary

Dashboard

Your company workspace — agents, tasks, memory, intel, and org chart in one view.

App

The Company OS control plane. Onboarding, agent management, approvals, and automation.

Admin

Owner-level console for users, plans, billing, SEO, growth, and monitoring.

Agents

Autonomous AI agents that handle sales, support, marketing, ops, and finance across your business.

Operator paths

New user path

Sign up → pick a plan → guided Q&A → backbone generation → agents start working.

Automation path

App → agent trigger → generate → admin audit trail.

Admin path

panel.digitalixhub.com → Dashboard, Users, Plans, SEO, Growth, Monitoring.

Platform architecture

Every surface orbits the DXH core — agents, memory, and intel power everything.

DXHCore Engine
Dashboard
Agents
Docs
Admin
Status

Quick links

The docs surface stays public. Production work, billing, and services remain on their dedicated hosts.

Digitalix Hub Docs — Setup, API Reference & Agent Configuration