@taskmagic/apps-pickaxe
v0.1.1
Published
Build and run AI agents with [Pickaxe](https://pickaxe.co) — API docs: https://pickaxe.co/v1/documentation/introduction
Downloads
251
Readme
Pickaxe
Build and run AI agents with Pickaxe — API docs: https://pickaxe.co/v1/documentation/introduction
Run an agent and get its reply, list and manage agents, attach knowledge-base documents, and read conversation history.
Two credentials, because Pickaxe scopes them differently:
- API Token — a workspace token used by every
/studio/*action (list/create/update agents, documents, models, history). - Deployment API Key — optional, per API deployment of a single agent. This is what
/completions(the Run Agent action) uses. It can live on the connection as a default, or be set per step so one connection can drive several agents.
No triggers: Pickaxe's webhooks are configured per agent in its own dashboard and there is no public subscription endpoint. Point a Pickaxe webhook at a TaskMagic Webhook trigger instead.
No custom API call action: the shared helper accepts an absolute URL and merges the connection's auth headers into it, which would let a user-entered address receive the Pickaxe workspace token.
