Get Started
Rekor is built for AI agents. The fastest way to set it up is to let your agent do it — install the Rekor skill once, then ask for what you need.
1. Install the Rekor skill
One command, works across Claude Code, Codex, Cursor, OpenCode, Cline, GitHub Copilot, and 48 more.
npx skills add wayai-pro/rekor-skill -y
Installs the skill for whichever AI coding agent you have set up on this machine. The -y skips prompts so it runs unattended. If your agent is already running, ask it to run the command — it will pick up the skill on its next turn.
2. Tell your agent what you want
After install, just ask. The skill walks your agent through CLI install, login, workspace creation, your first collection, the preview→production flow, and connecting production agents.
Set up Rekor as the data layer for my customer support agent.
Or something domain-specific:
Create a workspace for tracking invoices and payments, with a relationship between them.
3. Don't have an account yet?
Free plan includes 2,000 operations per month. No credit card required.
What the skill does
The skill is a single prompt that teaches your agent how to operate Rekor. It covers:
- First-time setup walkthrough — installing the CLI, logging in, creating a workspace, defining the first collection, promoting from preview to production, and issuing scoped tokens for production agents.
- Full CLI reference — every command with syntax, flags, and worked examples (workspaces, collections, records, SQL, relationships, hooks, triggers, batch, providers, MCP Factory endpoints, tokens).
- Best practices — when to use external IDs, when to batch, when to use relationships vs. nested data, and the gotchas to avoid.
You can read the full content at Skill, or browse it in the public mirror at github.com/wayai-pro/rekor-skill.
Prefer to drive the CLI yourself?
The skill is optional. If you'd rather run commands directly, jump to:
- CLI Reference — every command, every flag.
- Overview — concepts and a 5-minute tutorial.