Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit f8602c8

Browse files
authored
feat: linked accounts (#360)
Signed-off-by: fabjanvucina <[email protected]>
1 parent f221684 commit f8602c8

File tree

7 files changed

+214
-108
lines changed

7 files changed

+214
-108
lines changed

public/llms-full.txt

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1622,7 +1622,7 @@ You can unlock higher limits by completing the following steps:
16221622
| Tier | Compute Pool (vCPU / RAM / Disk) | Access Requirements |
16231623
|----------|----------------------------------|------------------------------------|
16241624
| Tier 1 | 10 / 10GiB / 30GiB | Email verified |
1625-
| Tier 2 | 100 / 200GiB / 300GiB | Credit card linked, GitHub connected, $10 top-up. |
1625+
| Tier 2 | 100 / 200GiB / 300GiB | Credit card linked, [GitHub connected](https://www.daytona.io/docs/linked-accounts#how-to-link-an-account), $10 top-up. |
16261626
| Tier 3 | Everything bigger 🚀 | Coming soon. |
16271627
| Custom | Custom limits | Contact [[email protected]](mailto:[email protected]) |
16281628

@@ -1632,6 +1632,36 @@ You’ll be automatically upgraded once you meet the criteria.
16321632

16331633
If you need higher or specialized limits, reach out to [[email protected]](mailto:[email protected]).
16341634

1635+
title: Linked Accounts
1636+
1637+
Daytona supports the linking of user accounts from various identity providers. At the moment, the following providers are supported:
1638+
1639+
- Google
1640+
- GitHub
1641+
1642+
This allows you to use different providers for logging into your Daytona account.
1643+
1644+
:::tip
1645+
1646+
#### Unlock higher usage limits
1647+
1648+
Linking your GitHub account is one of the requirements to automatically upgrade to Tier 2.
1649+
1650+
:::
1651+
1652+
## How to link an account
1653+
1654+
To link an account, go to the [Linked Accounts](https://app.daytona.io/dashboard/user/linked-accounts) page in the Daytona dashboard and click on the "Link Account" button for the account provider you want to link.
1655+
1656+
## How to unlink an account
1657+
1658+
To unlink an account, go to the [Linked Accounts](https://app.daytona.io/dashboard/user/linked-accounts) page in the Daytona dashboard and click on the "Unlink" button for the account provider you want to unlink.
1659+
1660+
1661+
## Need More?
1662+
1663+
If you need support for other identity providers, reach out to [[email protected]](mailto:[email protected]).
1664+
16351665
title: Log Streaming
16361666

16371667
When executing long-running processes in a sandbox, you’ll often want to access and process their logs in **real time**.

public/llms.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@
7373
- [Manage usage dynamically](https://daytona.io/docs/limits#manage-usage-dynamically)
7474
- [Tiers & Limit Increases](https://daytona.io/docs/limits#tiers--limit-increases)
7575
- [Need More?](https://daytona.io/docs/limits#need-more)
76+
- [Linked Accounts](https://daytona.io/docs/linked-accounts)
77+
- [How to link an account](https://daytona.io/docs/linked-accounts#how-to-link-an-account)
78+
- [How to unlink an account](https://daytona.io/docs/linked-accounts#how-to-unlink-an-account)
79+
- [Need More?](https://daytona.io/docs/linked-accounts#need-more)
7680
- [Log Streaming](https://daytona.io/docs/log-streaming)
7781
- [Asynchronous](https://daytona.io/docs/log-streaming#asynchronous)
7882
- [Synchronous](https://daytona.io/docs/log-streaming#synchronous)

0 commit comments

Comments
 (0)