Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ComposioHQ/composio
/ Env
Interface
Env
ts/packages/cli/scripts/record.ts:31–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
30
declare module
'bun'
{
31
interface
Env {
32
COMPOSIO_API_KEY: string;
33
}
34
}
35
36
/**
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected