TypeScript SDK Installation

The Asteroid Odyssey TypeScript SDK provides a simple way to interact with the Asteroid Agents API. The SDK is fully typed.

Installation

You can install the SDK using npm:

npm install asteroid-odyssey

Basic Usage

Here’s a quick example to get started:

import { AsteroidAgents } from 'asteroid-odyssey';

const client = new AsteroidAgents('YOUR_API_KEY');

License

The Asteroid Odyssey SDK is available under the MIT License.