Developer Quickstart Pack
Ship your first AGNT integration in under an hour — API, MCP server, and A2A test included.
Three prompts that walk a developer from zero to a working AGNT integration. The API quickstart prompt scaffolds authentication and your first venue search call. The MCP server scaffold generates a production-ready MCP server that wraps AGNT's API. The A2A integration test writes end-to-end tests for agent-to-agent communication.
Each prompt is self-contained but they compound: the API quickstart teaches you the data shapes that the MCP server will wrap, and the A2A test validates the full loop. Run them in order for the fastest path to production.
Tested with Claude Code and Codex CLI. Works with any LLM that supports function calling.
Prompts in this pack
API quickstart code generator
Generate a working first API call to AGNT from the docs in any language.
MCP server scaffold generator
Scaffold a new MCP server that exposes custom tools to AGNT-compatible agents.
A2A protocol integration test writer
Generate integration tests for A2A protocol message exchange between agents.