What do you want to automate

with npm and 302.AI?

Prompt, edit and deploy AI agents that connect to npm, 302.AI and 2,900+ other apps in seconds.

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Chat using Functions with 302.AI API on New Download Counts from npm API
npm + 302.AI
 
Try it
Chat with 302.AI with 302.AI API on New Download Counts from npm API
npm + 302.AI
 
Try it
Classify Items with 302.AI API on New Download Counts from npm API
npm + 302.AI
 
Try it
Create Embeddings with 302.AI API on New Download Counts from npm API
npm + 302.AI
 
Try it
Summarize Text with 302.AI API on New Download Counts from npm API
npm + 302.AI
 
Try it
New Download Counts from the npm API

Emit new event with the latest count of downloads for an npm package. See the documentation

 
Try it
New Package Version from the npm API

Emit new event when a new version of an npm package is published. See the documentation

 
Try it
Chat using Functions with the 302.AI API

Enable your 302.AI model to invoke user-defined functions. Useful for conditional logic, workflow orchestration, and tool invocation within conversations. See documentation

 
Try it
Chat with 302.AI with the 302.AI API

Send a message to the 302.AI Chat API. Ideal for dynamic conversations, contextual assistance, and creative generation. See documentation

 
Try it
Classify Items with the 302.AI API

Classify input items into predefined categories using 302.AI models. Perfect for tagging, segmentation, and automated organization. See documentation

 
Try it
Create Embeddings with the 302.AI API

Generate vector embeddings from text using the 302.AI Embeddings API. Useful for semantic search, clustering, and vector store indexing. See documentation

 
Try it
Summarize Text with the 302.AI API

Summarize long-form text into concise, readable output using the 302.AI Chat API. Great for reports, content digestion, and executive briefs. See documentation

 
Try it
Integrate the npm API with the 302.AI API
Setup the npm API trigger to run a workflow which integrates with the 302.AI API. Pipedream's integration platform allows you to integrate npm and 302.AI remarkably fast. Free for developers.

Connect 302.AI

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    _302_ai: {
      type: "app",
      app: "_302_ai",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.302.ai/v1/models`,
      headers: {
        Authorization: `Bearer ${this._302_ai.$auth.api_key}`,
      },
    })
  },
})

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo