Delegate Granular Access
A sandboxed agent can request a service by keyword. The request is matched to an accessible service, and a scoped grant is presented for approval.
The requester receives only a short-lived grant bound to the selected service and its temporary endpoint.
devsite access request postgres --request request.json --key requester.key
Resolution is limited to services available to the approving account. Grants are short-lived and revocable.
devsite access resolve postgres
devsite access grant --request request.json --plan
devsite access grant --request request.json --approved-plan dsp_***
The requester opens an on-demand, endpoint-bound connection to the selected service.
devsite access connect dss_*** --key requester.key