Expected result
A connected agent with scoped access, activation status, and a path to send the first SMS through TextTree safety and billing gates.
Codex install
Connect TextTree, verify the server-observed MCP connection, then send the first eligible sandbox SMS before choosing paid continuation.
Direct answer
Install TextTree in Codex with the documented remote MCP command and a scoped bearer token stored in the local environment. This page owns Codex configuration and troubleshooting, not the broader SMS workflow.
Primary action
codex mcp add texttree https://api.texttree.ai/mcp --header "Authorization: Bearer $TEXTTREE_BEARER_TOKEN" Codex configuration
[mcp_servers.texttree]
url = "https://api.texttree.ai/mcp"
headers = { Authorization = "Bearer ${TEXTTREE_BEARER_TOKEN}" } A connected agent with scoped access, activation status, and a path to send the first SMS through TextTree safety and billing gates.
Codex uses a scoped bearer token fallback until native OAuth handoff is available for the configured client.
Fallback variable: TEXTTREE_BEARER_TOKEN
MCP read access, explicit execute access for allowed tools, and onboarding status for activation handoff.
codex mcp list
Server-observed MCP initialize, tool discovery, or resource discovery
Eligible accounts can send one constrained first SMS before funding.
Add balance for continued Fast Send or create Agent Identity for a dedicated number with inbound replies.