> ## 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.

# EdgeSpark docs for AI agents

> Learn how AI agents should use EdgeSpark: harness guardrails, declarative workflows, deploy loops, error handling, and setup paths.

EdgeSpark is designed for AI agents as a first-class user, and EdgeSpark supports all AI agents. This section explains the platform from the agent's perspective: what the platform enforces on your behalf, how to work autonomously, and how the first-class plugin paths differ from the generic skills + MCP path that supports every other agent.

## What's in this section

<Columns cols={2}>
  <Card title="The harness model" icon="shield" href="/agents/harness">
    What EdgeSpark enforces and why. The guardrails that prevent common mistakes.
  </Card>

  <Card title="Declarative workflow" icon="database" href="/agents/declarative-workflow">
    How to pull schema, write code against types, and deploy iteratively.
  </Card>

  <Card title="Deploy and test loop" icon="rotate" href="/agents/deploy-and-test">
    How to iterate safely without a local dev server while staging is still coming soon.
  </Card>

  <Card title="Handling errors" icon="triangle-exclamation" href="/agents/handling-errors">
    How to read deployment errors, type errors, and runtime failures.
  </Card>

  <Card title="Minimal human input" icon="comment" href="/agents/when-to-ask">
    Keep going by default and stop only for login, secret entry, or destructive actions.
  </Card>

  <Card title="AGENTS.md reference" icon="file-text" href="/agents/agents-md">
    How to read and follow the project's agent instructions file.
  </Card>

  <Card title="Supported agents" icon="robot" href="/agents/supported-agents">
    Claude Code, Gemini CLI, OpenAI Codex, GitHub Copilot, Cursor, OpenCode, Amp, Devin, Aider, Windsurf, Cline, Continue, Antigravity, Kiro, and all AI agents.
  </Card>

  <Card title="Platform limits" icon="gauge" href="/reference/limits">
    Request size, database row limits, storage caps, and all platform constraints.
  </Card>
</Columns>
