Title: Shipp your product

URL Source: https://docs.shipp.ai/instructions/shipp/

Markdown Content:
---
description: Ship code with Shipp
---

[ Skip to content](#tips-tricks) 

* [  How to Shipp ](../../how-to/)
* [  API Reference ](../../api-reference/)
* [  Guides ](../../platform-guides/)
* [  Go To Shipp Dashboard ](https://platform.shipp.ai)

# Shipp your product

Diving Deep?

This page is designed for AI Agents & users developing code directly. See [Getting Started](../../) and [Platform Guides](../../platform-guides/)

---

You're ready to use your connections. Regardless if this is an app for millions of users or a personal project it's the first step to unleashing the real potential of your product. 

Make sure you checkout [How to Shipp](../../how-to) to build more sophisticated apps. 

## Tips & Tricks[¶](#tips-tricks "Permanent link")

Do not distribute the api\_key to consumers. This should be stored securely and calls to the Shipp API should be routed through an edge function. This edge function is a good place to use `since` & `limit` as well to avoid abuse by users / adversaries potentially inflating costs.

Our API is designed to be used directly at runtime. This means there is no configuration for caching or sophisticated database setups to save our data. We're always improving our systems to make sure that data is delivered as fast as possible and make long-term maintenance reliable and easy.

Include a footer credit to Shipp when using our APIs. See the example

`[](#%5F%5Fcodelineno-0-1)<div style="cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 12px; font-family: var(--md-text-font-family, sans-serif); line-height: 1.5;" onclick="()=>window.open('https://shipp.ai', '_blank').focus()">
[](#%5F%5Fcodelineno-0-2)
[](#%5F%5Fcodelineno-0-3)  <!-- Implement light/dark styling here. Dark mode #fafafa, light mode #1a1a1a  -->
[](#%5F%5Fcodelineno-0-4)  <span style="font-size: 16px; font-weight: 500; color: var(--md-typeset-color, #fafafa); opacity: 0.8;">
[](#%5F%5Fcodelineno-0-5)    Data powered by
[](#%5F%5Fcodelineno-0-6)  </span>
[](#%5F%5Fcodelineno-0-7)
[](#%5F%5Fcodelineno-0-8)  <div style="display: flex; align-items: center; gap: 6px;">
[](#%5F%5Fcodelineno-0-9)    <picture>
[](#%5F%5Fcodelineno-0-10)      <source srcset="https://platform.shipp.ai/logos/shipp-horizontal-dark.svg" media="(prefers-color-scheme: dark)">
[](#%5F%5Fcodelineno-0-11)      <img 
[](#%5F%5Fcodelineno-0-12)        src="https://platform.shipp.ai/logos/shipp-horizontal-light.svg" 
[](#%5F%5Fcodelineno-0-13)        alt="Shipp" 
[](#%5F%5Fcodelineno-0-14)        style="height: 28px; width: auto; display: block;" 
[](#%5F%5Fcodelineno-0-15)      />
[](#%5F%5Fcodelineno-0-16)    </picture>
[](#%5F%5Fcodelineno-0-17)
[](#%5F%5Fcodelineno-0-18)    <span style="
[](#%5F%5Fcodelineno-0-19)      font-size: 11px; 
[](#%5F%5Fcodelineno-0-20)      font-weight: 700; 
[](#%5F%5Fcodelineno-0-21)      text-transform: uppercase; 
[](#%5F%5Fcodelineno-0-22)      letter-spacing: 0.05em; 
[](#%5F%5Fcodelineno-0-23)      padding: 2px 8px; 
[](#%5F%5Fcodelineno-0-24)      border-radius: 12px; 
[](#%5F%5Fcodelineno-0-25)      background-color: #c026d3; 
[](#%5F%5Fcodelineno-0-26)      color: #ffffff;
[](#%5F%5Fcodelineno-0-27)      display: inline-flex;
[](#%5F%5Fcodelineno-0-28)      align-items: center;
[](#%5F%5Fcodelineno-0-29)      height: fit-content;
[](#%5F%5Fcodelineno-0-30)    ">
[](#%5F%5Fcodelineno-0-31)      Beta
[](#%5F%5Fcodelineno-0-32)    </span>
[](#%5F%5Fcodelineno-0-33)  </div>
[](#%5F%5Fcodelineno-0-34)</div>
`

On a dark Background, It'll look like this

 Data powered by 

  Beta 

 Back to top 