# Invokeable documentation (/docs)



Invokeable tests how AI agents use your product. It checks the resulting product state, records the evidence behind each decision, and turns repeatable failures into findings your team can fix.

<Cards>
  <Card title="Get started" description="Connect a test environment and run your first assessment." href="/docs/getting-started" />

  <Card title="Understand Invokeable" description="Learn how catalog actions, agents, journeys, runs, evidence, and findings fit together." href="/docs/concepts/product-model" />

  <Card title="Use the CLI" description="Run the same customer workflow from a terminal or automation." href="/docs/cli/overview" />

  <Card title="Troubleshoot" description="Resolve setup, connection, assessment, and access problems." href="/docs/reference/troubleshooting" />
</Cards>

## The customer workflow [#the-customer-workflow]

<Steps>
  <Step>
    ### Connect a safe product environment [#connect-a-safe-product-environment]

    Add an MCP endpoint, an OpenAPI document, or a JSON file. Use a sandbox or staging system for actions that can change data.
  </Step>

  <Step>
    ### Review the action catalog [#review-the-action-catalog]

    Confirm what each action does, whether it can make changes, and whether Invokeable can verify its result.
  </Step>

  <Step>
    ### Connect the agents you want to test [#connect-the-agents-you-want-to-test]

    Invokeable checks compatibility before an agent becomes available for assessments.
  </Step>

  <Step>
    ### Describe a customer journey [#describe-a-customer-journey]

    Write the task in ordinary customer language. Invokeable prepares the success checks, protected behavior, recovery expectations, and test cases.
  </Step>

  <Step>
    ### Run, review, fix, and verify [#run-review-fix-and-verify]

    Start the assessment, inspect the result and evidence, then verify any fix with a new run.
  </Step>
</Steps>

<DocImage src="/images/product/readiness-overview.jpg" alt="Invokeable readiness overview showing safe outcomes, known blockers, required journey coverage, and a history chart" caption="Readiness summarizes verified outcomes, unresolved blockers, and required journey coverage." />

## Choose a section [#choose-a-section]

| Section                                            | Use it when you need to                                        |
| -------------------------------------------------- | -------------------------------------------------------------- |
| [Concepts](/docs/concepts/product-model)           | Understand how Invokeable represents and verifies your product |
| [Guides](/docs/guides/connect-product)             | Complete a task in the web application                         |
| [Account](/docs/account/workspace-and-members)     | Manage the workspace, people, billing, and data                |
| [CLI](/docs/cli/overview)                          | Work from a terminal or build automation                       |
| [Reference](/docs/reference/statuses-and-outcomes) | Check exact meanings, roles, statuses, and terms               |

Start with [Get started](/docs/getting-started). If Invokeable is already configured, open [Run an assessment](/docs/guides/run-an-assessment).
