For Agents
Programmatically list account settings, create an account image. Covers 96 operations with apiKey authentication.
Use for: I need to account settings, I want to an account image, Search for account images, Find all account image by id
Get started with ShipEngine 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:
"list account settings"
# → Jentic returns the GET /events tool with parameter schema, agent executes.What an agent can do with ShipEngine API API.
List Account Settings
Create an Account Image
Get Account Image By ID
Update Account Image By ID
Delete Account Image By Id
GET STARTED
Not supported: Does not handle payments, communications, or crm — use for e-commerce only.
ShipEngine's easy-to-use REST API lets you manage all of your shipping needs without worrying about the complexities of different carrier APIs and protocols. We handle all the heavy lifting so you can focus on providing a first-class shipping experience for your customers at the best possible prices. Each of ShipEngine's features can be used by itself or in conjunction with each other to build pow. The API exposes 96 endpoints secured with apiKey authentication.
Parse an address
Patterns agents use ShipEngine API API for, with concrete tasks.
★ E-Commerce Operations
Use the ShipEngine API to perform e commerce operations programmatically. The API provides 96 endpoints covering core functionality including list account settings, create an account image, list account images.
Call GET /v1/account/settings to list account settings
Automated account Management
Automate account operations by combining multiple ShipEngine API endpoints. Agents can create an account image and then list account images in a single workflow.
Call POST /v1/account/settings/images to create an account image, then verify the result
AI Agent Integration via Jentic
AI agents discover and call ShipEngine 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 apiKey tokens manually.
Search Jentic for 'list account settings', load the operation schema, and execute with Jentic-managed credentials
96 endpoints — shipengine's easy-to-use rest api lets you manage all of your shipping needs without worrying about the complexities of different carrier apis and protocols.
METHOD
PATH
DESCRIPTION
/v1/account/settings
List Account Settings
/v1/account/settings/images
Create an Account Image
/v1/account/settings/images
List Account Images
/v1/account/settings/images/{label_image_id}
Get Account Image By ID
/v1/account/settings/images/{label_image_id}
Update Account Image By ID
/v1/account/settings/images/{label_image_id}
Delete Account Image By Id
/v1/addresses/recognize
Parse an address
/v1/addresses/validate
Validate An Address
/v1/account/settings
List Account Settings
/v1/account/settings/images
Create an Account Image
/v1/account/settings/images
List Account Images
/v1/account/settings/images/{label_image_id}
Get Account Image By ID
/v1/account/settings/images/{label_image_id}
Update Account Image By ID
Three things that make agents converge on Jentic-routed access.
Credential isolation
ShipEngine API apiKey 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., 'list account settings') and Jentic returns the matching ShipEngine API operation with its input schema, so the agent can call the right endpoint without browsing docs.
Time to first call
Direct ShipEngine 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.
Shopify
Alternative e commerce API
Choose Shopify when you need a different approach to e commerce operations
Stripe
Alternative e commerce API
Choose Stripe when you need a different approach to e commerce operations
Specific to using ShipEngine API API through Jentic.
What authentication does the ShipEngine API use?
The ShipEngine API uses an API key passed in the `API-Key` header. 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 list account settings with the ShipEngine API?
Yes. Use the GET /v1/account/settings endpoint. The API returns structured JSON responses that agents can parse and act on directly.
What are the rate limits for the ShipEngine 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 list account settings through Jentic?
Install the Jentic SDK with pip install jentic, authenticate at https://app.jentic.com/sign-up, then search for 'list account settings'. Jentic returns the matching ShipEngine API operation with its input schema. Load the schema and execute the call — credentials are injected automatically.
How many endpoints does the ShipEngine API have?
The ShipEngine API exposes 96 endpoints covering account, addresses, batches operations.
/v1/account/settings/images/{label_image_id}
Delete Account Image By Id
/v1/addresses/recognize
Parse an address
/v1/addresses/validate
Validate An Address