.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
TEST_ACI_API_KEY
secret
TEST_BASE_URL
TEST_PROJECT_ID
TEST_AGENT_ID
TEST_LINKED_ACCOUNT_OWNER_ID
TEST_APP_NAME
TEST_FUNCTION_NAME
TEST_OPENAI_API_KEY
secret
brew install flyctl && fly launch --from https://github.com/aipotheosis-labs/aci-typescript-sdk
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/aipotheosis-labs/aci-typescript-sdk
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/aipotheosis-labs/aci-typescript-sdk