How it works
- Register an application and configure its server-side credentials.
- Link a user through Darwin’s authorization flow.
- Send requests with verified application and user context.
- Receive status and results through the API or webhooks.
user_id and act on that person’s behalf. Darwin checks the live grant and scopes for every operation.
API
The API Reference documents the live/api/v2/connect contract for applications, linked AIs, enrollment, service accounts, and webhooks. Application-initiated goals belong to Act; application wallets belong to Account.
List applications you own with a server-side user key that has applications read access:
Permissions and approvals
This request uses an owner key with applications read access. An application credential has narrower powers: a user must be linked through a verified grant, and the requested operation must fit its scopes. The application cannot gain authority by sending a user ID.Pricing
Connect’s displayed monthly call limits are proposed; final capacity is confirmed for your application. Act and Darwin-hosted AI usage are billed separately. See current pricing and confirm costs before billable work for users.Choose an interface
Use REST or an SDK from a trusted server.