For Agents
Programmatically get creator groups and their group ids, generate a code for a player. if the playerid specified has already been linked . Covers 21 operations with apiKey authentication.
Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Nexus.gg Creator Program API, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.
# On the machine that will host your Jentic One instance:
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | sh# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | sh
jentic register # connects your agent to your Jentic One instanceJentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.
What an agent can do with Nexus.gg Creator Program API API.
Get creator groups and their group ids
Generate a code for a player. If the playerId specified has already been linked
Return all members of a group and their member details, including unique id and
Update
GET STARTED
Use for: I need to creator groups and their group ids, I want to generate a code for a player. if the playerid specified has already been linked , Search for return all members of a group and their member details, including unique id and , Find all a member and their details by code
Not supported: Does not handle communications, crm, or developer tools — use for payments only.
Jentic publishes the only available OpenAPI document for Nexus.gg Creator Program API, keeping it validated and agent-ready.
Seamlessly integrate the Nexus creator program into your native checkout process. The API exposes 21 endpoints secured with apiKey authentication.
Monitor Nexus.gg Creator Program API operational status and events
Patterns agents use Nexus.gg Creator Program API API for, with concrete tasks.
★ Payments Operations
Use the Nexus.gg Creator Program API to perform payments operations programmatically. The API provides 21 endpoints covering core functionality including get creator groups and their group ids, generate a code for a player. if the playerid specified has already been linked , return all members of a group and their member details, including unique id and .
Call GET /manage/groups to get creator groups and their group ids
Automated Attributions Management
Automate attributions operations by combining multiple Nexus.gg Creator Program API endpoints. Agents can generate a code for a player. if the playerid specified has already been linked and then return all members of a group and their member details, including unique id and in a single workflow.
Call POST /manage/members to generate a code for a player. if the playerid specified has already been linked , then verify the result
AI Agent Integration via Jentic
AI agents discover and call Nexus.gg Creator Program API endpoints through Jentic without managing credentials directly. An agent searches for the required operation by intent, receives the matching endpoint schema, and executes the call with Jentic-managed authentication. This eliminates the need to read API documentation or handle apiKey tokens manually.
Search Jentic for 'get creator groups and their group ids', load the operation schema, and execute with Jentic-managed credentials
21 endpoints — seamlessly integrate the nexus creator program into your native checkout process.
METHOD
PATH
DESCRIPTION
/manage/groups
Get creator groups and their group ids
/manage/members
Generate a code for a player. If the playerId specified has already been linked
/manage/members
Return all members of a group and their member details, including unique id and
/manage/members/{memberCode}
Get a member and their details by code
/manage/members/id/{memberId}
Get a member and their details by member id
/manage/members/player/{playerId}
Get a member and their details by your internal playerId
/manage/members/player/{playerId}/metadata
Update
/manage/members/link
Link an existing nexus to your creator group using an authCode
/manage/groups
Get creator groups and their group ids
/manage/members
Generate a code for a player. If the playerId specified has already been linked
/manage/members
Return all members of a group and their member details, including unique id and
/manage/members/{memberCode}
Get a member and their details by code
/manage/members/id/{memberId}
Get a member and their details by member id
Three things that make agents converge on Jentic-routed access.
Credential isolation
Nexus.gg Creator Program API apiKey credentials are stored encrypted in the Jentic vault (MAXsystem). Agents receive scoped access tokens — raw secrets never enter the agent context.
Intent-based discovery
Agents search by intent (e.g., 'get creator groups and their group ids') and Jentic returns the matching Nexus.gg Creator Program API operation with its input schema, so the agent can call the right endpoint without browsing docs.
Time to first call
Direct Nexus.gg Creator Program API integration: 1-3 days for auth handling, response parsing, and error cases. Through Jentic: under 1 hour — search, load schema, execute.
Alternatives and complements available in the Jentic catalogue.
Stripe
Alternative payments API
Choose Stripe when you need a different approach to payments operations
Adyen
Alternative payments API
Choose Adyen when you need a different approach to payments operations
Square
Complementary payments API
Choose Square when you need a complementary approach to payments operations
Paypal
Complementary payments API
Choose Paypal when you need a complementary approach to payments operations
Specific to using Nexus.gg Creator Program API API through Jentic.
What authentication does the Nexus.gg Creator Program API use?
The Nexus.gg Creator Program API uses an API key passed in the `X-SHARED-SECRET` header. Through Jentic, these credentials are stored encrypted in the MAXsystem vault and injected at execution time, so raw secrets never enter the agent context.
Can I get creator groups and their group ids with the Nexus.gg Creator Program API?
Yes. Use the GET /manage/groups endpoint. The API returns structured JSON responses that agents can parse and act on directly.
What are the rate limits for the Nexus.gg Creator Program API?
Rate limits are not specified in the OpenAPI spec. Check the vendor documentation for current limits. Through Jentic, rate limiting is handled automatically with retry logic built into the execution layer.
How do I get creator groups and their group ids through Jentic?
Install the Jentic SDK with pip install jentic, authenticate at https://app.jentic.com/sign-up, then search for 'get creator groups and their group ids'. Jentic returns the matching Nexus.gg Creator Program API operation with its input schema. Load the schema and execute the call — credentials are injected automatically.
How many endpoints does the Nexus.gg Creator Program API have?
The Nexus.gg Creator Program API exposes 21 endpoints covering attributions, manage operations.
/manage/members/player/{playerId}
Get a member and their details by your internal playerId
/manage/members/player/{playerId}/metadata
Update
/manage/members/link
Link an existing nexus to your creator group using an authCode