NOMANClaw
Unified AI gateway

NClawOpenAI

NClaw connects model providers through one OpenAI-compatible API. Manage model access, keys, and usage from a single workspace.

OpenAI SDK compatibleUnified model routingUsage and cost visibility

Platform preview — explore NClaw’s interface and capabilities. Model access is not enabled on this site.

Developer workspace

Your existing SDK. A new gateway.

Create a key, set your base URL, and choose a configured model. Keep your application code familiar.

Python · OpenAI SDK
import os
from openai import OpenAI

client = OpenAI(
    api_key=os.environ["NCLAW_API_KEY"],
    base_url="https://app.noma.network/v1"
)
Set NCLAW_API_KEY in your environment.
Supported providers

Connect the models that fit your work.

Choose from the models enabled by your administrator. Live availability and pricing are listed in the model catalog.

Core features

More models. One point of access.

Keep provider configuration in the gateway and focus your application on the experience you want to build.

Your AppNClawProviders

Compatible integration

Use a familiar OpenAI SDK connection and manage provider changes in the console.

OpenAIClaudeGeminiDeepSeek

Model and channel management

Configure upstream channels, model access, groups, and routing in one place.

POST /v1/chat/completionsPOST /v1/responsesGET /v1/models

Usage you can inspect

Review request logs and costs in the console. Your usage view starts with real requests.

sk-••••••••••••••••

Keys and quotas, under control

Create separate API keys and set model permissions and spending limits for each workflow.

FAQ

Frequently asked questions

A few things to know before your first request.

What is NClaw?

NClaw is a NOMA AI gateway with one console for model access, keys, and usage.

How do I get started?

Self-service registration is currently unavailable. Please contact the administrator to create an account.

Can I keep using the OpenAI SDK?

Yes. Set the base URL to the NClaw endpoint and use your NClaw API key. Model-specific capabilities depend on the upstream provider.

Which models are available?

The model catalog reflects the channels configured by your administrator. Provider names on this page do not guarantee that every model is enabled.

Where can I check usage and cost?

Open the dashboard and usage logs after signing in. Pricing and quotas are managed by the site administrator.

Get started

Your next request starts here.

Copy the API endpoint, create a key, and make your first request.

API base URLhttps://app.noma.network/v1
NClaw · NOMA — One workspace for AI access.
Documentation
Built on New API by QuantumNous.