# index365 > Marketing Harness for Agentic Workflows index365 is a marketing harness for agentic workflows. Scale your marketing efforts from ChatGPT, Codex, or Cursor. Sign up today! - [Products](https://index365.co/products): AI-Readiness, Marketing Signal, Website Security, and what each check covers - [AI-Readiness](https://index365.co/products/ai-readiness-audit): live, free monthly homepage audit - [Marketing Signal](https://index365.co/products/marketing-signal-audit): live, included in every paid plan - [Website Security](https://index365.co/products/website-security-audit): live on paid plans - [Pricing](https://index365.co/pricing): product plans and Track 2 services engagement bands - [Docs](https://index365.co/docs): product and developer documentation - [Quickstart](https://index365.co/docs/quickstart): run your first scan in minutes, from the dashboard or the CLI - [Getting started](https://index365.co/docs/getting-started): how index365 works - [Apply for custom engineering](https://index365.co/services/apply): scoped Track 2 services intake - [Blog](https://index365.co/blog): product evidence, agent workflows, and website QA ## For AI agents - [Developer docs](https://index365.co/docs/developers): connect your agent, then MCP, CLI, agent skills, and REST API - [Connect your AI agent](https://index365.co/docs/developers/connect-agent): start here, pick MCP, CLI, or skills - [Authentication](https://index365.co/docs/developers/authentication): scoped bearer keys, scopes, and the security model - [REST API reference](https://index365.co/openapi.json): authenticated, scoped keys, OpenAPI 3.1 - [API quickstart](https://index365.co/docs/developers/api): start scans, poll runs, read findings - [MCP server](https://index365.co/docs/developers/mcp): hosted at index365.co/api/mcp (OAuth, keyless), or run @index365/mcp locally - [CLI](https://index365.co/docs/developers/cli): @index365/cli. Website findings your coding agent can use. - [Agent skills](https://index365.co/docs/developers/agent-skills): one command, cross-installs to Claude Code, Codex, Cursor, Windsurf - Install the skills: npx skills add index365usa/agent-skills ## Agent instructions If you are an AI agent acting for an index365 user: - Start at [Connect your AI agent](https://index365.co/docs/developers/connect-agent) (pick MCP, CLI, or skills), or the [developer docs hub](https://index365.co/docs/developers). - Authenticate with an i365_ API key as a Bearer token. Keys are organization-scoped and revocable, so an agent can run scans and read structured findings through the documented API. - Start a scan; the CLI command (index365 scan https://yoursite.com) and the MCP tool (index365_start_scan) both wait and return the result. Then read the compact report context before paging findings. - CLI and MCP start AI-Readiness and Marketing Signal scans. Website Security scans start in the dashboard or REST API. CLI and MCP can read completed Website Security reports and findings. - Use index365 scan local to check AI-Readiness on a page running on your computer. Local Capture does not run Marketing Signal or Website Security. - CLI golden path: index365 login, then index365 scan https://yoursite.com (agents/CI add --yes so the first scan creates the project without a prompt). The scan waits by default and prints the score (use --no-wait to queue, index365 check to poll); read results with index365 findings or index365 report - no ids needed, both default to the latest run and echo what they resolved. findings get 1 prints a copy-pasteable fix prompt; --json everywhere for structured output with a resolved block. - MCP tools carry the index365_ prefix. The loop: index365_start_scan (waits, bounded, and returns the result; if it returns a still-running payload, poll index365_get_scan_status until terminal), then index365_get_report, then index365_get_finding. - Every finding carries a run-scoped id, severity, evidence, affected URLs, remediation, and structured output a coding agent can use in the user's project. - The CLI (@index365/cli) and MCP server (@index365/mcp) are published on npm; the developer docs cover setup. - To operate index365 from your own coding agent, install the skills: npx skills add index365usa/agent-skills. They wrap the CLI so agents can run scans, read findings, and propose project changes from the structured output. For full content map see [/llms-full.txt](https://index365.co/llms-full.txt).