/
/Discobot Server API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 52m ago · Updated 1mo ago
Auth4
Chat7
Credentials26
  • getGet auth providers
  • getList session credential assignments
  • putReplace session credential assignments
  • getList credential types
  • getList credentials
  • postCreate credential
  • getValidate project credentials
  • getGet credential by provider or ID
  • deleteDelete credential by provider or ID
  • getValidate credential by provider or ID
  • postRefresh OAuth tokens
  • postStart Anthropic OAuth
  • postExchange Anthropic OAuth code
  • postStart GitHub Copilot device code flow
  • postPoll GitHub Copilot device flow
  • postStart GitHub authorization-code OAuth
  • postExchange GitHub OAuth code
  • postStart GitHub device code flow
  • postPoll GitHub device flow
  • postCheck GitHub callback status
  • postStart Codex authorization-code OAuth
  • postExchange Codex OAuth code
  • postStart Codex device code flow
  • postPoll Codex device flow
  • postCheck Codex callback status
  • postStore MCP OAuth token from an agent container
Events2
Files8
Git11
Health5
Hooks6
Members4
Models1
Ports1
Preferences5
Projects6
Resources5
Sandbox Providers10
Services6
Sessions8
Terminal4
Threads9
Workspaces8
    Credentials

    Get auth providers

    Get auth providers. Returns the requested resource or collection for the authenticated caller.

    get/api/projects/{projectId}/auth-providers

    Path parameters

    projectIdstring required

    Project identifier used to scope the request.

    Response

    Auth providers

    AuthProvidersResponse required

    auth Providers Response payload returned by the API.

    Changes