> **Building with AI coding agents?** Install the authstack plugin with one command. This equips your agent with accurate Scalekit implementation patterns.
>
> **Recommended**:
> ```bash
> npx @scalekit-inc/cli setup
> ```
>
> Global:
> ```bash
> npm install -g @scalekit-inc/cli
> scalekit setup
> ```
>
> Supports Claude Code, Cursor, GitHub Copilot, Codex + skills for 40+ agents.
> Features: full-stack-auth, agent-auth, mcp-auth, modular-sso, modular-scim.
> [Full setup guide](https://docs.scalekit.com/dev-kit/build-with-ai/)

---

# Custom OAuth

Custom OAuth provider configuration
<div class="sdk-client-page">

Configure custom OAuth providers when you bring your own OAuth app outside the built-in connector catalog.

Use this for providers Scalekit does not ship as a first-party connector. Supply client credentials and endpoints, then connect accounts through the usual OAuth flow.

### create_custom_provider
<div class="sdk-method-section">
  
    
      

      Runs `create_custom_provider` and returns the result.

      
        Display name.
      
      
        Proxy url.
      
      
        Proxy enabled.
      
      
        Description.
      
      
        Auth patterns.
      
      
        Icon src.
      
      
        Custom key-value metadata.
      
      
        The created resource.
      

    
  
</div>

### update_custom_provider
<div class="sdk-method-section">
  
    
      

      Runs `update_custom_provider` and returns the result.

      
        Identifier.
      
      
        Display name.
      
      
        Proxy url.
      
      
        Description.
      
      
        Auth patterns.
      
      
        Icon src.
      
      
        Custom key-value metadata.
      
      
        The updated resource.
      

    
  
</div>

### list_providers
<div class="sdk-method-section">
  
    
      

      Runs `list_providers` and returns the result.

      
        Results per page.
      
      
        Pagination token.
      
      
        Provider type.
      
      
        End-user identifier.
      
      
        Paginated results.
      

    
  
</div>

### delete_custom_provider
<div class="sdk-method-section">
  
    
      

      Delete a custom provider by identifier.

      
        Identifier of the custom provider to delete. Required.
      
      
        Tuple of (DeleteProviderResponse proto, grpc.Call).
      

    
  
</div>

</div>


---

## More Scalekit documentation

| Resource | What it contains | When to use it |
|----------|-----------------|----------------|
| [/llms.txt](/llms.txt) | Structured index with routing hints per product area | Start here — find which documentation set covers your topic before loading full content |
| [/llms-full.txt](/llms-full.txt) | Complete documentation for all Scalekit products in one file | Use when you need exhaustive context across multiple products or when the topic spans several areas |
| [sitemap-0.xml](https://docs.scalekit.com/sitemap-0.xml) | Full URL list of every documentation page | Use to discover specific page URLs you can fetch for targeted, page-level answers |
