Sandbox vs Production

t54's platform operates in two distinct environments to support your development lifecycle from testing to production deployment.

  • Sandbox: Free testing environment
  • Production: Live environment for your deployed agents with real blockchain operations

You can access both environments through our unified API by simply changing the base URL in your configuration.

Sandbox Testing Environment

If you're in the development phase and need access to an online test environment, we provide a Sandbox for safe testing:

Sandbox Base URL: https://api-sandbox.t54.ai/api/v1

In both SDK and RESTful API calls, simply set your BASE_URL to the above address to access the testnet/devnet-based sandbox. All networks in the sandbox are either testnet or devnet versions.

Test Token Airdrops

For every new Agent you create—whether a Treasury Agent under a Project or a standard Autonomous Agent—our system automatically airdrops test tokens at creation. These tokens grow in variety as our system evolves.

Currently supported airdrops:

  • Solana (SOL): 0.02 SOL
  • XRPL (XRP): 100 XRP

You can view airdrop details in the Agent's profile under details.

Differences Between Environments

FeatureSandboxProduction
Base URLhttps://api-sandbox.t54.ai/api/v1https://api.t54.ai/api/v1
CostFree - No charges for any operationsLive billing - Real transaction costs apply
Blockchain NetworksTestnet/Devnet only (Solana Devnet, XRPL Testnet, Base Sepolia)Mainnet (Solana, XRPL, Base mainnet)
Test TokensAutomatic airdrops for new agentsReal tokens required - Must deposit agents with actual assets
User AccountsSeparate sandbox accounts - Create new account for testingSeparate production accounts - Different user registration
API KeysDifferent API keys - Sandbox-specific authenticationDifferent API keys - Production-specific authentication
Rate LimitsDifferent rate limits optimized for testingProduction rate limits for live operations
Data PersistencePermanent - All data is retained for nowPermanent - Production data is never deleted

Need help? Check our API documentation or contact support for assistance with environment setup.