
<img src="./header.jpg" alt="Cosmo Cargo Inc." />

# Cosmo Cargo Inc.

<div className="text-xl -mt-4 font-medium">
  _"We didn't invent shipping, we just perfected it."_
</div>
<div className="text-md -mt-4 font-medium">– Jonathan Murks, CEO Cosmo Cargo Inc.</div>

Welcome to the Cosmo Cargo. We provide a comprehensive suite of shipping and logistics services that
enable businesses to seamlessly integrate shipping functionality into their applications.

Our API provides a comprehensive suite of shipping and logistics services that enable businesses to
seamlessly integrate shipping functionality into their applications.

## Services & Shipping

### Global Shipping

Learn more about our [global shipping options](global.mdx) and
[tracking capabilities](tracking.mdx).

With the Cosmo Cargo API, you can:

- [Create and manage shipments](/api-shipments/create-shipment)
- Generate shipping labels and stamps
- [Track shipments](/api-shipments/track-shipment) in real-time
- Receive webhook notifications for shipment status updates
- Access multiple shipping carriers through a single integration

### Interplanetary Shipping

All API requests require authentication using an API key, which should be included in the
`X-API-Key` header. To obtain an API key, please contact our
[support team](mailto:api@sh.example.com).

## API

### Environments

We provide three environments to support your development workflow:

- Production: `https://api.sh.example.com/v1`
- Staging: `https://api.staging.sh.example.com/v1`
- Development: `https://api.dev.sh.example.com/v1`

## Getting Help

If you need assistance: Our support team is here to help.

- Email: [api@sh.example.com](mailto:api@sh.example.com)
- Documentation: [https://developers.sh.example.com](https://developers.sh.example.com)

We are available all weekdays from 9:00:30 to 19:00:45 UTC.

## Premium Area

Want access to premium features and exclusive content?

<Link to="/only-members">
  <Button>Access Premium Area</Button>
</Link>

This button demonstrates protected routes - you'll need to sign in to access the members-only area.
