Developer Setup

Set up your app so users can connect rNet and spend their own AI credits inside your product.

Sign In as a Developer

Every rNet account can access developer tools. Once you sign in to the rNet website, open the Dashboard from the top navigation bar. The dashboard is where you register apps, view wallet details, and find integration resources.

1

Create your rNet account

Visit the rNet website and register with your email address. Verify your email to gain full dashboard access. If you already have a user account, you can use the same login.
2

Open the Developer Dashboard

Click Dashboard in the top navigation bar. You'll land on the main dashboard page where you can see your wallet balance, registered applications, and quick access to documentation.
3

Explore the Dashboard

The dashboard shows:
  • Wallet Balance: The rNet credit balance, shared across connected apps.
  • Applications: All registered apps with their Client IDs. Click + New to register a new app.
  • Resources: Quick links to documentation and API references.

Dashboard Preview

rNet Developer Dashboard showing wallet balance, application registration, and resource links
The developer dashboard with wallet balance, application registration form, and quick access to documentation.

First Time Setup Checklist

  • Create and verify your rNet account
  • Open the Dashboard from the navigation bar
  • Register your first application (see App Registration)
  • Copy your Client ID and Client Secret to your backend .env file
  • Install the rNet SDK for your language (SDK Overview)
  • Implement the login flow so users can connect and spend their own credits
Keep Credentials Secure
Your Client Secret is shown only once during registration. Store it immediately in your backend environment variables. Never commit it to version control or expose it in frontend code.
Next
Ready to register your app? Continue to App Registration.