chatgpt-api/docs/publishing/config/auth.mdx

32 wiersze
1.5 KiB
Plaintext
Czysty Zwykły widok Historia

2025-06-27 16:10:25 +00:00
---
2025-06-27 16:56:39 +00:00
title: Auth
2025-06-27 19:00:41 +00:00
description: Configure auth for your project.
2025-06-27 16:10:25 +00:00
---
Ship to production fast with Agentic's free, hosted authentication. Email & password, OAuth, GitHub, Google, Twitter, etc – if your origin API requires OAuth credentials, Agentic likely already supports it, and if not, [please let us know](/contact).
Currently, Agentic supports the following auth providers:
- Email & password
- GitHub
## How it works
2025-06-27 19:00:41 +00:00
Your project's users will sign into Agentic, subscribe to your project using Stripe, and then be given an API key to use with their tool calls.
2025-06-27 16:10:25 +00:00
2025-06-27 19:00:41 +00:00
Agentic's MCP gateway will then track all usage of your project based on API keys.
2025-06-27 16:10:25 +00:00
2025-06-28 07:05:04 +00:00
See [Origin Metadata](/publishing/origin/metadata) for details on how Agentic's MCP gateway passes customer auth and subscription information to your origin server.
2025-06-27 16:10:25 +00:00
## Alpha Features
### MCP OAuth
2025-06-27 16:56:39 +00:00
Agentic's MCP Gateway is designed to interop with MCP's built-in OAuth support, but this functionality is currently in alpha and not enabled publicly by default. If you're interested in using your origin server's MCP authentication support, [please reach out](/contact).
2025-06-27 16:10:25 +00:00
### Custom OAuth Providers
Agentic's MCP Gateway is designed to support any third-party OAuth provider (Google, Twitter / X, Slack, Airtable, Shopify, etc), but this functionality is currently in alpha and not enabled publicly by default.
2025-06-27 16:56:39 +00:00
If you're interested in using a different OAuth provider or want your customers to use your own OAuth client credentials or custom scopes, [please reach out](/contact).