> **Building with AI coding agents?** If you're using an AI coding agent, install the official Scalekit plugin. It gives your agent full awareness of the Scalekit API — reducing hallucinations and enabling faster, more accurate code generation.
>
> - **Claude Code**: `/plugin marketplace add scalekit-inc/claude-code-authstack` then `/plugin install <auth-type>@scalekit-auth-stack`
> - **GitHub Copilot CLI**: `copilot plugin marketplace add scalekit-inc/github-copilot-authstack` then `copilot plugin install <auth-type>@scalekit-auth-stack`
> - **Codex**: run the bash installer, restart, then open Plugin Directory and enable `<auth-type>`
> - **Skills CLI** (Windsurf, Cline, 40+ agents): `npx skills add scalekit-inc/skills --list` then `--skill <skill-name>`
>
> `<auth-type>` / `<skill-name>`: `agent-auth`, `full-stack-auth`, `mcp-auth`, `modular-sso`, `modular-scim` — [Full setup guide](https://docs.scalekit.com/dev-kit/build-with-ai/)

---

# Use Scalekit credentials

Scalekit provides development environments that let you test your authentication flows end to end. Flows that depend on third-party providers—such as social logins with Google or tool connections like HubSpot—normally require you to configure your own OAuth apps and test with real user accounts.

Configuring each provider and managing test accounts is time-consuming. Scalekit credentials let you use provider-specific test accounts that Scalekit manages for you, so you can skip most of the provider setup and focus on your application logic.

```d2 pad=100
direction: right
Managed by Scalekit: {
  Google OAuth -> Scalekit
  Hubspot -> Scalekit
}
Managed by Scalekit.Scalekit -> YourApp
```

Scalekit manages the OAuth apps and test accounts for supported providers. When you enable Scalekit credentials for a connection, Scalekit:

- Uses its own client IDs, secrets, and test accounts for that provider
- Handles the provider-side login or authorization on your behalf
- Returns tokens and user data to your application as if a real user had completed the flow

Your application receives the same type of responses it would receive from a fully configured production integration, but without requiring you to manage provider configuration during development.

## Use Scalekit credentials for agent tool connections

To use Scalekit credentials for agent tool connections:

- Open **Scalekit Dashboard → Agent tool connections**
- Choose a tool connection (for example, HubSpot)
- Select **Use Scalekit credentials**

The next tool invocation for that connection automatically uses the Scalekit-managed credentials and lets you make tool calls without configuring your own OAuth app or test account.

## Use Scalekit credentials for social connections

To use Scalekit credentials for social login providers:

- Open **Scalekit Dashboard → Authentication → Auth methods → Social login**
- Choose a social provider (for example, Google or Microsoft)
- Select **Use Scalekit credentials**

The next social login for that provider automatically uses the Scalekit-managed credentials and lets you complete login flows without maintaining separate test identities or local OAuth configurations.

![](@/assets/docs/use-scalekit-credentials/01.png)
**Request additional providers:** If you need a provider that is not yet available with Scalekit credentials, we add new providers for you. [Reach out to us!](/support/contact-us/)

---

## 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 |
