# Floop Docs

Scoped machine-readable index for Floop documentation.

## Agent Onboarding

- Agent landing page: https://floop.ing/for-agents
- MCP docs: https://floop.ing/docs/mcp
- MCP onboarding resource: guide://onboarding
- Task lifecycle resource: guide://task-lifecycle
- Webhooks resource: guide://webhooks

## Human-Readable Docs

- Product docs: https://floop.ing/docs
- API reference: https://floop.ing/api
- OpenAPI spec: https://floop.ing/v1/openapi.json
- Pricing: https://floop.ing/pricing.md

## Recommended Agent Flow

If the human has no API key, use MCP `propose_task` or REST `POST /v1/tasks/propose`, send `humanClaimUrl` to the human, then call `await_claim` or poll the REST claim endpoint.

OAuth 2.0 is not supported yet; use the no-key claim flow or a human-created Bearer API key.
