The setup prompt, line by line

What each instruction in the copied prompt does, and why it is written that way.

The setup prompt at argorant.com/ai-agents is one block of text you paste into any agent. It is not magic: it is an ordered set of instructions, each of which exists for a reason.

  • Try the connector first. MCP at https://mcp.argorant.com/mcp gives OAuth sign-in and typed tools, which is cleaner than key handling. Agents that cannot do MCP simply fail this step and move on.
  • Fall back to an API key. The prompt tells the agent the base URL and the Authorization: Bearer header shape, so any HTTP-capable agent can work.
  • Walk the human through account creation. If there is no key yet, the agent points you at app.argorant.com/start and waits. It never invents credentials.
  • Verify the connection. One account call confirms identity, scopes and quota before anything else runs. A broken key is caught in the first second, not halfway through a job.
  • Ask who you want to reach. The agent gathers an ICP in plain language rather than guessing filters.
  • Run a free count and preview. Both are unlimited on every tier, so the first useful output costs nothing.
  • Never spend without an explicit go. This is the line that matters most. Reveals and exports are the only paid actions, and the prompt makes confirmation a hard rule.
The copy button for the setup prompt on the Argorant AI agents page
The copy button for the setup prompt on the Argorant AI agents page

You can edit the prompt. Common additions: a fixed row cap, a named target segment, or a rule that the agent should stop and report instead of retrying after a payment error. What you should not remove is the confirmation rule.

New confirmed free accounts receive 25 starter credits at first key creation, so a pasted prompt can demonstrate real value before you pay anything.

Still stuck? support@argorant.com