Compatible integration
Use a familiar OpenAI SDK connection and manage provider changes in the console.
NClaw connects model providers through one OpenAI-compatible API. Manage model access, keys, and usage from a single workspace.
Platform preview — explore NClaw’s interface and capabilities. Model access is not enabled on this site.
Create a key, set your base URL, and choose a configured model. Keep your application code familiar.
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.Choose from the models enabled by your administrator. Live availability and pricing are listed in the model catalog.
Keep provider configuration in the gateway and focus your application on the experience you want to build.
Use a familiar OpenAI SDK connection and manage provider changes in the console.
Configure upstream channels, model access, groups, and routing in one place.
Review request logs and costs in the console. Your usage view starts with real requests.
Create separate API keys and set model permissions and spending limits for each workflow.
A few things to know before your first request.
NClaw is a NOMA AI gateway with one console for model access, keys, and usage.
Self-service registration is currently unavailable. Please contact the administrator to create an account.
Yes. Set the base URL to the NClaw endpoint and use your NClaw API key. Model-specific capabilities depend on the upstream provider.
The model catalog reflects the channels configured by your administrator. Provider names on this page do not guarantee that every model is enabled.
Open the dashboard and usage logs after signing in. Pricing and quotas are managed by the site administrator.
Copy the API endpoint, create a key, and make your first request.
https://app.noma.network/v1Self-service registration is currently unavailable. Please contact the administrator to create an account.
Wallet registration is not enabled yet.
Already have an account? Sign in with the credentials provided by your administrator.
Sign in