Product
Jentic OSThe workplace. An in-house AI platform for every employeeJentic OneSafe access. Agents reach your systems without holding keysJentic AIRThe foundation. Gets your existing platforms ready for AI
Pricing
Developers

GET STARTED

API DirectoryBrowse 10,000+ APIs Ready For AI Agent IntegrationDocumentationGuides and API reference

TOOLS

API ScoringCheck your AI Readiness using our scorecardArazzo UIVisualize Arazzo Workflows As Interactive DocumentationArazzo EditorBuild And Edit Multi-Step API Workflows Visually

COMMUNITY

GitHubOpen source projects and examplesOpen StandardsBuilt on open specs. Never locked in.
Resources
Company
About UsOur mission and teamCareersJoin our teamContactGet in touch
Try it now
Jentic OSJentic OneJentic AIR
Pricing
API DirectoryDocumentationAPI ScoringArazzo UIArazzo EditorGitHubOpen Standards
Resources
About UsCareersContact
Try it now
JenticJentic
Products
  • Jentic OS
  • Jentic One
  • Jentic AIR
For Developers
  • API Directory
  • Documentation
  • GitHub
Company
  • About Jentic
  • Careers
  • Contact Us
  • Trust Centre
ISO/IEC 27001:2022 certification badge issued by Prescient SecurityISO/IEC 27001:2022 certification badge issued by Prescient Security

Information Security Management System

Certified to ISO/IEC 27001:2022 by Prescient Security

Terms & Conditions•Privacy Policy•
© 2026 Jentic Technology Ltd. All rights reserved.
Switch to light modeSwitch to dark mode
APIs / Communications / TerraReach API
TerraReach API logo

Docs Terrareach TerraReach API

Agent-ready OpenAPI document · curated by JenticCommunicationsSms Messagingnone56 EndpointsREST

Know of an official OpenAPI document? Contribute it →

For Agents

Send single and bulk SMS through TerraReach, manage messaging teams, users and API keys, and integrate billing for a messaging workload.

Use for: Send a one-off SMS confirming a delivery time, Send a bulk SMS to a list of opted-in recipients, Verify a user's phone with the OTP endpoint, Reset a user's password through the reset flow

Not supported: Does not handle voice calls, MMS picture messaging, email delivery, or push notifications - use for SMS messaging, account management and credit top-ups only.

Jentic publishes the only available OpenAPI specification for TerraReach API, keeping it validated and agent-ready. TerraReach is a messaging and team-communications platform whose API covers SMS sending (single and bulk, v1 and v2), team and user management, payments, configuration, API keys and a small set of utility operations. With 56 endpoints under https://api.terrareach.com/api, it suits product teams that need to send transactional SMS, manage messaging accounts, and integrate billing for a messaging workload.

Jentic One on GithubView OpenAPI Document

Install Jentic One Beta

Connect the TerraReach API to your agent

Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the TerraReach API, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.

Two steps, two machines. Install the instance in a safe environment, then register your agent from wherever it runs.

1

Step 1: Jentic One Host machine

# On the machine that will host your Jentic One instance:
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Fdocs.terrareach.com%2Fterrareach" | sh
2

Step 2: Agent machine

# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Fdocs.terrareach.com%2Fterrareach" | sh
jentic register       # connects your agent to your Jentic One instance

Jentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.

Capabilities

What an agent can do with TerraReach API.

Send a single SMS via the v1 or v2 SMS endpoint

Send bulk SMS to many recipients in one call

Manage TerraReach teams that group users and packages

Maintain user accounts including signup, OTP verification and password reset

Issue and rotate API keys used by integrations

Manage messaging packages and configuration values

Process Stripe payments for messaging credit top-ups

Use Cases

Patterns agents use TerraReach API for, with concrete tasks.

★ Transactional SMS

Send shipping, appointment and verification messages via the v2 SMS endpoint. POST /v2/sms takes a recipient and message body and queues delivery. For higher volume, /v2/sms/bulk accepts arrays in one call. Lets product teams add SMS to their workflows without standing up their own SS7 gateway.

POST /v2/sms with to='+15551234567' and message='Your order ships tomorrow' to send a single transactional SMS.

Bulk Marketing or Notification Sends

For event reminders, opt-in marketing or large status updates, /v2/sms/bulk accepts a list of recipient-message pairs in a single request. This avoids per-message HTTP overhead and lets the platform optimise delivery scheduling. The earlier /v1/sms/bulk endpoint remains for clients on the legacy contract.

POST /v2/sms/bulk with a list of objects each containing to and message for an event-reminder broadcast.

Account and Team Self-Service

Build a self-service onboarding flow that creates a TerraReach user, verifies their phone with OTP, attaches them to a team, issues an API key and lets them top up balance via Stripe. The /users/verify-otp, /users/reset-password, /api-keys and /payments/stripe endpoints together cover the lifecycle without hitting a support team.

POST /users to create the account, POST /users/verify-otp to verify the phone, POST /api-keys to issue a key, then POST /payments/stripe to add balance.

AI Agent Customer Notification Service

Through Jentic, an AI agent embedded in a customer-service workflow can send personalised SMS confirmations and updates. The agent searches Jentic for the SMS intent, loads the v2 SMS operation and executes against the configured TerraReach environment. This avoids a custom integration and keeps message templating in the agent rather than in TerraReach.

Use Jentic to search 'send TerraReach SMS', load /v2/sms, and execute it with the customer's number and the templated message.

Key Endpoints

56 endpoints — jentic publishes the only available openapi specification for terrareach api, keeping it validated and agent-ready.

METHOD

PATH

DESCRIPTION

POST

/v2/sms

Send a single SMS message

POST

/v2/sms/bulk

Send SMS to many recipients in one call

POST

/v1/sms

Send a single SMS using the v1 contract

POST

/v1/sms/bulk

Bulk SMS using the v1 contract

POST

/users/verify-otp

Verify a user's phone with an OTP

POST

/users/reset-password

Reset a user's password

POST

/api-keys

Create a new API key

POST

/payments/stripe

Top up balance via Stripe

POST

/v2/sms

Send a single SMS message

POST

/v2/sms/bulk

Send SMS to many recipients in one call

POST

/v1/sms

Send a single SMS using the v1 contract

POST

/v1/sms/bulk

Bulk SMS using the v1 contract

POST

/users/verify-otp

Verify a user's phone with an OTP

POST

/users/reset-password

Reset a user's password

POST

/api-keys

Create a new API key

POST

/payments/stripe

Top up balance via Stripe

Why Jentic?

What agents get from Jentic-routed access to this vendor.

Setup

Setup

Wiring the TerraReach API by hand means minting and rotating your own API keys through its /api-keys endpoint, tracking credit balances, and picking the right v1 or v2 SMS route across dozens of paths before a message goes out. Through Jentic you install once, import the TerraReach API from the API Directory, store the key once, and your agent calls it.

Permission scoping

Permission scoping

TerraReach takes the message target in the request body rather than the URL, so scope by operation: limit the agent to the operations it needs, such as sending a single SMS or a bulk batch, and leave account, payment, and API-key management out of its set. You decide which operations are in that set, so it never issues keys or top-ups on its own.

Credential management

Credential isolation

Your TerraReach API key is stored once, encrypted, by your own Jentic One instance and injected at execution time. It never enters the agent's prompt, logs, or context.

Intent-based discovery

Intent-based discovery

Agents search Jentic by intent such as 'send an SMS' or 'verify a user phone', and Jentic returns the matching TerraReach operation such as /v2/sms or /users/verify-otp with its input schema so the agent calls the right endpoint without parsing dozens of routes of docs.

Related APIs

Alternatives and complements available in the Jentic catalogue.

Complementary

Donately API

→

Nonprofit donation platform that pairs SMS reminders with giving campaigns

Choose Donately for the donation processing side; choose TerraReach for the SMS that drives the campaign.

Alternative

Twilio Messaging API

→

Industry-standard SMS API with global carrier coverage and richer compliance tooling.

Choose Twilio for global reach and A2P 10DLC compliance; choose TerraReach for simpler regional SMS workflows.

Complementary

Asana API

→

Track project tasks alongside TerraReach data.

Pair Asana for cross-team task tracking.

FAQs

Specific to using TerraReach API through Jentic.

Why is there no official OpenAPI spec for TerraReach API?

TerraReach does not publish an OpenAPI specification. Jentic generates and maintains this spec so that AI agents and developers can call TerraReach API via structured tooling. It is validated against the live API and kept up to date. Get started with Jentic One, the self-hosted execution layer.

What authentication does the TerraReach API use?

The TerraReach OpenAPI spec does not declare an HTTP-level securityScheme; live integrations use API keys issued through the /api-keys endpoint and presented per the documented flow. Through Jentic, those keys live in your Jentic One instance so the agent never sees the raw secret.

Can I send bulk SMS with the TerraReach API?

Yes. POST /v2/sms/bulk accepts a list of recipients and messages in a single request, and /v1/sms/bulk remains available for clients on the legacy contract. Bulk sends reduce per-message HTTP overhead for broadcasts.

What are the rate limits for the TerraReach API?

Rate limits are not declared in the TerraReach spec. Treat the API as moderate-throughput, batch where possible via the bulk endpoints, and back off on 429 responses. For very large broadcasts, split across multiple bulk calls.

How do I send a single SMS with the TerraReach API through Jentic?

Search Jentic for 'send TerraReach SMS', load the POST /v2/sms operation, and execute it with the recipient number and message body. The API key sits in your Jentic One instance throughout, so it never enters the agent's prompt.

Can I top up SMS balance via the TerraReach API?

Yes. POST /payments/stripe processes a Stripe-backed top-up against the account's billing details. This lets a self-service signup flow complete without a separate billing portal.

Can I limit what my agent is allowed to do with the TerraReach API?

Yes. Because you run Jentic One yourself, your own rules decide which TerraReach operations and credentials the agent may use. You can allow it just the send operations it needs, such as POST /v2/sms for a single message or POST /v2/sms/bulk for a batch, and leave account, /payments/stripe, and /api-keys management out of its set. TerraReach reads the message target from the request body rather than the URL, so you scope by operation, and the agent never issues keys or top-ups on its own.

GET STARTED

Start building with TerraReach API

Explore with Jentic One
View OpenAPI Document