list env tools
list_env_toolsAudit training-environment egress by listing declared agent tools and the per-workspace HMAC secret used to verify signed environment calls.
Instructions
Lists the agent tools this workspace has declared for training environments (the egress allowlist) together with the per-workspace secret used to verify signed environment calls — use it to audit which endpoints and credentials environments may call. GET /v1/env/tools (API-key scope: read). Returns: snake_case: { tools: [{ id, name, endpoint_url, auth_prefix (first 10 chars of the stored header + ellipsis, '(configured)' if undecryptable, or null), read_only, max_calls_per_episode, enabled, created_at }], egress_verification_secret: <hex HMAC secret; environment calls carry X-Omnia-Environment / X-Omnia-Timestamp / X-Omnia-Signature = HMAC_SHA256(secret, ${timestamp}.${rawBody})> }. Notes: Gated behind the fineTuning feature flag: 404 'Fine-tuning is not enabled' when off (prod runs with it ON). Requires an OWNER/ADMIN minting user even for GET (403). Credentials (auth headers) are encrypted at rest and never returned — only the prefix. Tools are sorted by name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||