import Parallel from "parallel-web";
export default defineComponent({
props: {
parallel_web_systems: {
type: "app",
app: "parallel_web_systems",
}
},
async run({ steps, $ }) {
const client = new Parallel({ apiKey: this.parallel_web_systems.$auth.api_key });
return await client.beta.search({
objective: "What is Pipedream.com?"
});
},
})Parallel Web Systems uses API keys for authentication. When you connect your Parallel Web Systems account, Pipedream securely stores the keys so you can easily authenticate to Parallel Web Systems APIs in both code and no-code steps.