AI is the new platform. We help you build impactful applications on top of large language models and align these systems with human feedback.
Go to siteimport { axios } from "@pipedream/platform"
export default defineComponent({
props: {
humanloop: {
type: "app",
app: "humanloop",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.humanloop.com/v3/projects`,
headers: {
"X-API-KEY": `${this.humanloop.$auth.api_key}`,
"accept": `application/json`,
},
})
},
})
HumanLoop uses API keys for authentication. When you connect your HumanLoop account, Pipedream securely stores the keys so you can easily authenticate to HumanLoop APIs in both code and no-code steps.
" To retrieve your API key,