Get a sandbox's effective egress injection
List the value-less effective egress injection rules for a sandbox (matched domains and the secret keys they inject; values are never returned).
List the value-less effective egress injection rules for a sandbox (matched domains and the secret keys they inject; values are never returned).
Authorization
apiKey API key starting with tektona_. Create one at app-dev.tektona.ai under API Keys.
In: header
Path Parameters
Sandbox ID (ULID)
Response Body
application/json
application/problem+json
curl -X GET "https://example.com/v1/sandboxes/string/egress"{ "items": [ { "domain_pattern": "string", "path_match": "string", "secret_refs": [ "string" ] } ]}{ "detail": "Property foo is required but is missing.", "errors": [ { "location": "string", "message": "string", "value": null } ], "instance": "https://example.com/error-log/abc123", "status": 400, "title": "Bad Request", "type": "https://example.com/errors/example"}Detach a sandbox's egress proxy profile PUT
Remove the sandbox's egress proxy profile attachment. The sandbox keeps its egress network policy; it just loses credential injection. A running sandbox picks up the change within seconds, without a restart. Detaching with nothing attached returns 409.
Issue a preview URL for a sandbox port POST
Issue a signed preview URL for a port on the sandbox. Returns a canonical URL for public sandboxes or a short-lived token URL otherwise.