Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.edgespark.dev/llms.txt

Use this file to discover all available pages before exploring further.

Use AGENTS.md as the project instructions file for Devin. It gives Devin the EdgeSpark-specific rules for schema pulls, route changes, deploy validation, and when human input is actually required.
1

Install the EdgeSpark CLI

npm install -g @edgespark/cli
edgespark login
This installs the CLI globally and authenticates your account. Your credentials are stored locally and reused for all subsequent commands.
2

Install EdgeSpark skills and docs MCP

Use the generic EdgeSpark skills package for OpenCode, Amp, Devin, Aider, Windsurf, Cline, Continue, Antigravity, Kiro, and every other AI coding agent that does not have a dedicated EdgeSpark plugin or extension:
npx skills add edgesparkhq/agent-skills
If your agent supports remote MCP helpers, add the EdgeSpark docs MCP server:
npx add-mcp https://mcp.edgespark.dev/docs
3

Initialize your project

edgespark init my-app --agent devin
cd my-app
Because Devin runs autonomously, keep AGENTS.md as the primary EdgeSpark instructions file and append any owner-specific rules below the generated section.

See also

Supported agents

Claude Code, Gemini CLI, OpenAI Codex, GitHub Copilot, Cursor, OpenCode, Amp, Aider, Windsurf, Cline, Continue, Antigravity, Kiro, and all other AI agents.

Minimal human input

Stop only for login, secret entry, or dangerous operations.
Last modified on May 6, 2026