Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.neus.network/llms.txt

Use this file to discover all available pages before exploring further.

Link your product so requests carry appId and bill the right profile.

Steps

  1. Apps — create or select an app in Platform
  2. Set domain and daily credit cap
  3. Pass appId from the SDK or widgets
import { NeusClient } from '@neus/sdk';

const client = new NeusClient({ appId: 'your-app-id' });
Next: Hosted Verify

DNS domain

If you use ownership-dns-txt to prove control of a hostname, publish a TXT record on _neus.<your-domain> with value wallet=<your-wallet-or-account-address> (see the verifier page for Ethereum vs other networks, casing, and the optional wallet=eip155:… line). Other key prefixes are not used by the verifier. Cookbook: Domain verification.