Register your upstream connector in ChatGPT (OpenAI)
Your agentic SaaS—web app, accounts, billing, and MCP tools—is the product. ChatGPT is one distribution channel, not the thing Agentsyx wraps. This guide documents OpenAI’s flow for attaching your Agentsyx upstream MCP URL to a GPT (Apps / MCP steps as OpenAI presents them in their UI). Other MCP-capable hosts (Claude, etc.) use their own registration or connector flows.
Prerequisites
- An Agentsyx upstream connector (see Create an Upstream MCP Connector)
- Access to ChatGPT (ChatGPT Plus or Enterprise), per OpenAI’s requirements
- MCP endpoint URL from your upstream connector
OpenAI ChatGPT: GPTs and MCP
In ChatGPT, custom GPTs can use tools and be shared. With MCP configured, the GPT can call your upstream endpoint. Typical capabilities:
- Use custom tools and functions
- Access external data and services
- Provide specialized functionality
- Be shared with other users (subject to OpenAI settings)
Your Agentsyx upstream connector exposes the MCP URL that ChatGPT connects to for those tool calls.
Step 1: Get Your MCP Endpoint URL
- Log in to your Agentsyx organization
- Navigate to your Upstream Connector
- Copy the MCP Endpoint URL - This is the URL you'll use in ChatGPT
- Save any API Keys or credentials if needed
Note: The MCP endpoint URL follows this shape:
https://www.agentsyx.com/api/v1/flows/[org]/[project]/[deployment]/[connector]/mcp. The exact string is shown in Creator—use it as-is (production always useswww.agentsyx.com).
Step 2: Access ChatGPT GPT Creation
- Log in to ChatGPT
- Navigate to Explore GPTs or Create a GPT
- Click Create to start creating a new GPT
Step 3: Configure Your GPT
Configure the basic settings for your GPT:
- Name - Give your GPT a name (e.g., "My Agentsyx App")
- Description - Describe what your GPT does
- Instructions - Provide instructions for how your GPT should behave
- Conversation Starters - Add example prompts users can try
Step 4: Add MCP Connection
Add your Agentsyx MCP endpoint:
- Navigate to Configure tab
- Scroll down to Actions or Tools section
- Click Add Action or Add Tool
- Select MCP or Custom API option
- Enter your MCP Endpoint URL from Step 1
- Add Authentication if required (API key, OAuth, etc.)
MCP Configuration
- Endpoint URL - Your Agentsyx MCP endpoint URL
- Authentication - OAuth 2.0 (automatic) or API key if needed
- Tools - Tools should be automatically discovered from your upstream connector
Step 5: Configure Tools
Configure which tools to use:
- Available Tools - Review tools discovered from your MCP endpoint
- Select Tools - Choose which tools your GPT should use
- Tool Descriptions - Add descriptions for each tool to help ChatGPT understand when to use them
- Tool Parameters - Configure default parameters if needed
Step 6: Test Your GPT
Test your GPT to ensure it works:
- Switch to Preview tab
- Test Tool Calls - Try using tools to verify they work
- Test Authentication - Verify that user authentication works
- Test Billing - Verify that credits are deducted correctly (if applicable)
Step 7: Publish Your GPT
Once testing is complete, publish your GPT:
- Review Settings - Make sure all settings are correct
- Set Visibility - Choose who can access your GPT (Only me, Anyone with a link, Public)
- Publish - Click Publish to make your GPT available
Step 8: Share Your GPT
Share your GPT with users:
- Get Share Link - Copy the share link for your GPT
- Share with Users - Share the link with your target users
- Monitor Usage - Track usage and billing in your Agentsyx dashboard
Troubleshooting
Connection Issues
- MCP endpoint not accessible - Check your Agentsyx connector status and deployment
- Authentication failing - Verify authentication configuration in both Agentsyx and ChatGPT
- Tools not discovered - Check that your upstream connector is properly configured
Tool Issues
- Tools not working - Verify tool mapping and downstream connector status
- Tool calls failing - Check tool parameters and server response format
- Billing not working - Verify billing configuration and subscription plans
ChatGPT Issues
- GPT not responding - Check GPT instructions and tool configurations
- Tools not being used - Improve tool descriptions and GPT instructions
- User access issues - Verify GPT visibility settings and user permissions
Next Steps
Now that your GPT is registered:
- Monitor Usage - Track usage and billing in your Agentsyx dashboard
- Gather Feedback - Collect user feedback to improve your GPT
- Iterate - Make improvements based on usage and feedback
- Scale - Add more tools or features as needed
Related Concepts
- Learn about Upstream Connectors
- Understand Tool Mapping
- Review Credits and Billing