aiagentallowlist 1.0.1 copy "aiagentallowlist: ^1.0.1" to clipboard
aiagentallowlist: ^1.0.1 copied to clipboard

Dart client for AI Agent Allowlist, with typed API errors, configurable timeouts, and JSON results.

example/example.dart

import 'dart:io';
import 'package:aiagentallowlist/aiagentallowlist.dart';

Future<void> main() async {
  final client =
      AIAgentAllowlistClient(apiKey: Platform.environment['AQ_API_KEY'] ?? '');
  try {
    print(await client.check('https://example.com/checkout'));
  } finally {
    client.close();
  }
}
0
likes
0
points
--
downloads

Documentation

Documentation

Publisher

unverified uploader

Weekly Downloads

Dart client for AI Agent Allowlist, with typed API errors, configurable timeouts, and JSON results.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

http

More

Packages that depend on aiagentallowlist