npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@corsair-dev/aimlapi

v0.1.1

Published

AimlApi plugin for Corsair

Downloads

215

Readme

@corsair-dev/aimlapi

AimlApi plugin for Corsair.

Install

pnpm add @corsair-dev/aimlapi

Endpoints

| Operation | Operation ID | Risk | Description | |-----------|--------------|------|-------------| | assistants.create | aimlapi.api.assistants.create | write | Create a new AIMLAPI assistant. | | assistants.delete | aimlapi.api.assistants.delete | write | Delete an assistant. | | assistants.get | aimlapi.api.assistants.get | read | Retrieve an assistant by ID. | | assistants.list | aimlapi.api.assistants.list | read | List configured assistants. | | assistants.update | aimlapi.api.assistants.update | write | Update an assistant definition. | | batches.list | aimlapi.api.batches.list | read | List or retrieve batch processing status and results. | | billing.getBalance | aimlapi.api.billing.getBalance | read | Retrieve account billing balance. | | chat.createCompletion | aimlapi.api.chat.createCompletion | write | Generate a chat completion using an AIMLAPI-compatible model. | | luma.getGeneration | aimlapi.api.luma.getGeneration | read | Retrieve a Luma video generation by ID. | | messages.create | aimlapi.api.messages.create | write | Create a message in a thread. | | messages.delete | aimlapi.api.messages.delete | write | Delete a message. | | messages.get | aimlapi.api.messages.get | read | Retrieve a message by ID. | | messages.list | aimlapi.api.messages.list | read | List messages in a thread. | | messages.update | aimlapi.api.messages.update | write | Update a message. | | models.list | aimlapi.api.models.list | read | List models currently available to the AIMLAPI account. | | models.listWithDetails | aimlapi.api.models.listWithDetails | read | List models with pagination metadata and expanded details. | | responses.get | aimlapi.api.responses.get | read | Retrieve a response by ID. | | runs.cancel | aimlapi.api.runs.cancel | write | Cancel an in-progress run. | | runs.create | aimlapi.api.runs.create | write | Create a run for a thread and assistant. | | runs.get | aimlapi.api.runs.get | read | Retrieve a run by ID. | | runs.list | aimlapi.api.runs.list | read | List runs for a thread. | | runs.submitToolOutputs | aimlapi.api.runs.submitToolOutputs | write | Submit tool outputs for a run. | | runs.update | aimlapi.api.runs.update | write | Update a run. | | runSteps.get | aimlapi.api.runSteps.get | read | Retrieve a single run step. | | runSteps.list | aimlapi.api.runSteps.list | read | List run steps for a run. | | threads.create | aimlapi.api.threads.create | write | Create an AIMLAPI thread. | | threads.delete | aimlapi.api.threads.delete | write | Delete a thread. | | threads.get | aimlapi.api.threads.get | read | Retrieve a thread by ID. | | threads.update | aimlapi.api.threads.update | write | Update thread metadata or resources. |

Auth

Auth: API key. Corsair prompts your tenant for credentials on first use.

Webhooks

No webhooks.

Reference

Full docs, types, and examples: https://docs.corsair.dev/plugins/aimlapi

License

Apache-2.0