For Agents
Programmatically create database, list databases. Covers 10 operations with basic authentication.
Get started with Upstash Developer API in minutes using your preferred integration method.
# Add to your MCP client config (Claude Desktop, Cursor, Windsurf)
{
"jentic": {
"url": "https://api.jentic.com/mcp",
"auth": "oauth"
}
}
# Then ask your agent:
"create database"
# → Jentic returns the GET /events tool with parameter schema, agent executes.What an agent can do with Upstash Developer API API.
Create Database
List Databases
Get Database
Delete Database
Reset Database Password
GET STARTED
Use for: I need to database, I want to databases, Search for database, Find all database
Not supported: Does not handle payments, crm, or developer tools — use for communications only.
The Upstash Developer API allows you to create and manage Upstash products and resources programmatically. You can automate everything you can do in the console. Authentication uses HTTP Basic Auth with your email and API key. The API exposes 10 endpoints secured with basic authentication.
Patterns agents use Upstash Developer API API for, with concrete tasks.
★ Communications Operations
Use the Upstash Developer API to perform communications operations programmatically. The API provides 10 endpoints covering core functionality including create database, list databases, get database.
Call POST /redis/databases to create database
Automated redis Management
Automate redis operations by combining multiple Upstash Developer API endpoints. Agents can list databases and then get database in a single workflow.
Call GET /redis/databases to list databases, then verify the result
AI Agent Integration via Jentic
AI agents discover and call Upstash Developer API endpoints through Jentic without managing credentials directly. An agent searches for the required operation by intent, receives the matching endpoint schema, and executes the call with Jentic-managed authentication. This eliminates the need to read API documentation or handle basic tokens manually.
Search Jentic for 'create database', load the operation schema, and execute with Jentic-managed credentials
10 endpoints — the upstash developer api allows you to create and manage upstash products and resources programmatically.
METHOD
PATH
DESCRIPTION
/redis/databases
Create Database
/redis/databases
List Databases
/redis/database/{id}
Get Database
/redis/database/{id}
Delete Database
/redis/database/{id}/reset-password
Reset Database Password
/vector/namespaces
Create Vector Namespace
/vector/namespaces
List Vector Namespaces
/teams
Create Team
/redis/databases
Create Database
/redis/databases
List Databases
/redis/database/{id}
Get Database
/redis/database/{id}
Delete Database
/redis/database/{id}/reset-password
Reset Database Password
Three things that make agents converge on Jentic-routed access.
Credential isolation
Upstash Developer API basic credentials are stored encrypted in the Jentic vault (MAXsystem). Agents receive scoped access tokens — raw secrets never enter the agent context.
Intent-based discovery
Agents search by intent (e.g., 'create database') and Jentic returns the matching Upstash Developer API operation with its input schema, so the agent can call the right endpoint without browsing docs.
Time to first call
Direct Upstash Developer API integration: 1-3 days for auth handling, response parsing, and error cases. Through Jentic: under 1 hour — search, load schema, execute.
Alternatives and complements available in the Jentic catalogue.
Twilio
Alternative communications API
Choose Twilio when you need a different approach to communications operations
Sendgrid
Alternative communications API
Choose Sendgrid when you need a different approach to communications operations
Pusher
Complementary communications API
Choose Pusher when you need a complementary approach to communications operations
Specific to using Upstash Developer API API through Jentic.
What authentication does the Upstash Developer API use?
The Upstash Developer API uses HTTP Basic authentication with username and password. Through Jentic, these credentials are stored encrypted in the MAXsystem vault and injected at execution time, so raw secrets never enter the agent context.
Can I create database with the Upstash Developer API?
Yes. Use the POST /redis/databases endpoint. The API returns structured JSON responses that agents can parse and act on directly.
What are the rate limits for the Upstash Developer API?
Rate limits are not specified in the OpenAPI spec. Check the vendor documentation for current limits. Through Jentic, rate limiting is handled automatically with retry logic built into the execution layer.
How do I create database through Jentic?
Install the Jentic SDK with pip install jentic, authenticate at https://app.jentic.com/sign-up, then search for 'create database'. Jentic returns the matching Upstash Developer API operation with its input schema. Load the schema and execute the call — credentials are injected automatically.
How many endpoints does the Upstash Developer API have?
The Upstash Developer API exposes 10 endpoints covering redis, teams, vector operations.
/vector/namespaces
Create Vector Namespace
/vector/namespaces
List Vector Namespaces
/teams
Create Team