APIs, SDKs, Auth and Developer Infrastructure

Build on the Lukintosh platform.

Developer tools for Lukintosh ID, Yeux, Avalynx, Status, Trust, apps, API keys and future platform services.

Start building Sign in
quickstart.js
import { Lukintosh } from "@lukintosh/sdk";

const lk = new Lukintosh({
  apiKey: "lk_live_your_key"
});

const profile = await lk.accounts.getProfile();

console.log(profile);
Platform

Everything a developer platform needs.

APIs, authentication, API keys, SDKs, status and trust infrastructure in one place.

🔐

Lukintosh ID

Authentication, user profiles, sessions, MFA and connected apps.

👁️

Yeux SDK

Eye, head pose, gesture and accessibility-first interface tools.

🎙️

Avalynx Voice

Voice, dictation and assistive productivity tools for apps.

📡

Status API

Service health, uptime, incidents and reliability metadata.

🛡️

Trust API

Security posture, domain health and transparency signals.

🧩

Developer Console

Create apps, generate keys, manage scopes and inspect logs.

Docs

Quick API reference.

This is the first public documentation layer for Lukintosh developers.

Authentication

Use Lukintosh ID to sign users into connected apps.


POST /oauth/token

Accounts

Access user profile data with scoped permissions.


GET /v1/accounts/me

Status

Read platform health and service availability.


GET /v1/status
Developer Console

Create apps and API keys.

Connected to Supabase when configured. Uses demo mode until you add your real project URL and anon key.

Create developer app

Loading console...

Generated keys

Real keys are shown only once. In demo mode, fake keys are generated locally.

Status

Platform health.

Public reliability signals for developers building with Lukintosh.

Accounts API

Operational

Developer Console

Operational

Yeux SDK

Preview mode

Copied.